Skip to content

Commit

Permalink
please work today
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Feb 28, 2017
1 parent 0192fca commit 5d8db8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions conda-recipes/pcmdi_metrics/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ conda config --set anaconda_upload no
export CONDA_BLD_PATH=~/conda-bld
export VERSION=`date +%Y.%m.%d`

mkdir temp
git clone git:https://github.com/UV-CDAT/conda-recipes temp
mkdir -p temp/conda-recipes/pcmdi_metrics
#mkdir temp
mkdir -p temp/conda-recipes
git clone git:https://github.com/UV-CDAT/conda-recipes temp/conda-recipes
mkdir temp/conda-recipes/pcmdi_metrics
cp conda-recipes/pcmdi_metrics/build.sh conda-recipes/pcmdi_metrics/meta.yaml.in temp/conda-recipes/pcmdi_metrics
cd temp/conda-recipes
echo ls temp/conda-recipes
echo ls temp/conda-recipes:
ls
python ./prep_for_build.py -v $VERSION
conda build pcmdi_metrics
Expand Down

0 comments on commit 5d8db8c

Please sign in to comment.