Skip to content

Commit

Permalink
possible conda fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Jun 13, 2017
1 parent 744623f commit a09de34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conda-recipes/pcmdi_metrics/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ cd conda-recipes
# uvcdat creates issues for build -c uvcdat confises package and channel
rm -rf uvcdat
ln -s ../../conda-recipes/pcmdi_metrics pcmdi_metrics
echo "Starting prep for build"
python ./prep_for_build.py
conda build pcmdi_metrics -c conda-forge -c pcmdi
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-`date +%Y*`-py27_0.tar.bz2 --force
echo "starting conda build"
conda build pcmdi_metrics -c conda-forge -c uvcdat
echo "starting anaconda upload"
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-`date +%Y`*-py27_0.tar.bz2 --force


0 comments on commit a09de34

Please sign in to comment.