Skip to content

Commit

Permalink
using user account to test conda upload
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Oct 30, 2019
1 parent 91be320 commit f4270a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ before_install:
script:
- chmod u+x ci/build_and_test.sh
- travis_wait 120 ./ci/build_and_test.sh
env:
global:
secure: dR1StHoi1kXH65d0zFsVYFAFZjUUfjH1de9C7ddlBx19BRIWCgiTiUXIagGVsypFY6IHWQkDFENC3MxozquOBm1jr9702Fn9eJCDKaxRIBpD74/mYMottqkZ6nbvcECm/D8WO/aLUu8TFDeHQTylI2P4SuPei/iZlAQuBCS2bwghctrDiaETS9515GOVCJ9vxC5tia4mzf9xd+cTXja7v5+XOLFdL3efO4vt6jSOQd/cSZKpJTDyzp+lsKHvnpZp9gpUTJZkrac9V+mp0SbJ24Ea1RS/ka3vCBgpYkORmBTzTfsZvL7YU5DGIz5q/uVwD6uym/M8Go6aH9xIFq1y4qJUICVxgEkY+yKNfI/TiMD3Vi8/SAwdohJ9fy3WB3LjCnSDWLGKGV7sPn0Pc7RjKnQuO78iNBT8DHAMGS0EPftybVg9alThiXk3hEzVZ9+XWyA5hl53rofk3R8eVRD/NTZkodOE/MPzTK0eWhuntSYWBLRh5HklrDSFmIGcm7Aj/whuGhK7HWxaMAj0gNzuFR/nC7B6KBSrI+rD/5eyshLfZSwuI9MWT2cqnNANnY1bupGhsEuN6Y7LnJklk5HCWcqWBHb+dMxBarkiWZ2WFuRplnyRVTOWDS+d3hsO83nekpkCaL9m+jXDpZiMNZfuweir9tDwWyrofe2Otg2SK0Q=
4 changes: 2 additions & 2 deletions ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ else
conda install -c conda-forge anaconda-client
echo "Uploading ${CONDA_BUILD_PATH}"
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
anaconda -t $CONDA_UPLOAD_TOKEN upload -u threeml /home/travis/miniconda/conda-bld/linux-64/*.tar.bz2 --force
anaconda -t $CONDA_UPLOAD_TOKEN upload -u omodei /home/travis/miniconda/conda-bld/linux-64/*.tar.bz2 --force
else
anaconda -t $CONDA_UPLOAD_TOKEN upload -u threeml /Users/travis/miniconda/conda-bld/*/*.tar.bz2 --force
anaconda -t $CONDA_UPLOAD_TOKEN upload -u omodei /Users/travis/miniconda/conda-bld/*/*.tar.bz2 --force
fi
fi
fi
Expand Down

0 comments on commit f4270a1

Please sign in to comment.