view conda/conda_upload.sh @ 12:5ec97cccb3fe draft

planemo upload for repository https://github.com/COMBAT-TB/confil commit b1a96c1b50cea70a20d4e606100879da8b6ed1b2
author sanbi-uwc
date Mon, 11 Mar 2019 07:18:34 -0400
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