Skip to content

Commit

Permalink
correct upload
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed May 2, 2017
1 parent 83c15e6 commit f43444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ python ./prep_for_build.py -v `date +%Y.%m.%d`
echo "Building now"
conda build -c uvcdat/label/nightly -c conda-forge -c uvcdat cdutil
echo "Uploading"
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-`date +%Y.%m.%d`-py27_0.tar.bz2 --force
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 f43444e

Please sign in to comment.