Skip to content

Commit

Permalink
take out temporary changes for testing upload to linatest - ready for…
Browse files Browse the repository at this point in the history
… code review
  • Loading branch information
Muryanto authored and Muryanto committed Sep 19, 2018
1 parent 187a346 commit 5c6231b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ aliases:
environment:
CHANNELS: "-c conda-forge -c cdat -c pcmdi"
PKG_NAME: "pcmdi_metrics"
LABEL: "linatest"
LABEL: "nightly"
command: |
if [[ $CIRCLE_BRANCH != 'add_coverage1' ]]; then
if [[ $CIRCLE_BRANCH != 'master' ]]; then
exit 0
fi
export PATH=${HOME}/project/$WORKDIR/miniconda/bin:$PATH
Expand All @@ -77,7 +77,7 @@ aliases:
cd conda-recipes
rm -rf cdp
cp -r ../../recipes/pcmdi_metrics .
python ./prep_for_build.py -l 1.1.2 -b 'add_coverage1'
python ./prep_for_build.py -l 1.1.2
if [[ $PY_VER = 'py2' ]]; then
conda build $PKG_NAME $CHANNELS --python=27
else
Expand Down

0 comments on commit 5c6231b

Please sign in to comment.