Mercurial > repos > sanbi-uwc > confil
view conda/conda_upload.sh @ 10:2cde7c81c694 draft
planemo upload for repository https://github.com/COMBAT-TB/confil commit 036172521321dbafe62e6d72b3a491f4bc4b9dc9-dirty
| author | sanbi-uwc |
|---|---|
| date | Fri, 08 Mar 2019 12:46:23 -0500 |
| parents | 3892ea8ad1ad |
| children |
line wrap: on
line source
set -e # Only need to change these two variables PKG_NAME=confil USER=thoba OS=$TRAVIS_OS_NAME-64 conda config --set anaconda_upload no export CONDA_BLD_PATH=$HOME/miniconda/conda-bld conda build . anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER $CONDA_BLD_PATH/$OS/$PKG_NAME-*.tar.bz2 --force
