Skip to content

Commit

Permalink
correct location for cd
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Jun 13, 2017
1 parent d5c4d5e commit 3ab61d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda-recipes/pcmdi_metrics/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ else
fi

mkdir conda-bld
cd conda-bld
conda config --set anaconda_upload no
export CONDA_BLD_PATH=`pwd`
export VERSION=`date +%Y.%m.%d`
echo "Cloning recipes"
cd conda-bld
git clone git:https://github.com/UV-CDAT/conda-recipes
cd conda-recipes
rm -rf cdp
# uvcdat creates issues for build -c uvcdat confises package and channel
ln -s ../../conda-recipes/pcmdi_metrics .
echo "Starting prep for build"
Expand Down

0 comments on commit 3ab61d7

Please sign in to comment.