Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Mar 14, 2017
1 parent 029c87c commit 9f89eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda-recipes/pcmdi_metrics/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ cp conda-recipes/pcmdi_metrics/build.sh conda-recipes/pcmdi_metrics/meta.yaml.in
cd temp/conda-recipes

python ./prep_for_build.py -v $VERSION
cp pcmdi_metrics/meta.yml.in pcmdi_metrics/meta.yml
cp pcmdi_metrics/meta.yaml.in pcmdi_metrics/meta.yaml
conda build pcmdi_metrics
rm pcmdi_metrics/meta.yml
rm pcmdi_metrics/meta.yaml
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-$VERSION-0.tar.bz2 --force

python ./prep_for_build.py -v $VERSION -f nox
cp pcmdi_metrics/meta.yml.in pcmdi_metrics/meta.yml
cp pcmdi_metrics/meta.yaml.in pcmdi_metrics/meta.yaml
conda build pcmdi_metrics
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-nox-$VERSION-0.tar.bz2 --force

0 comments on commit 9f89eb4

Please sign in to comment.