Skip to content

Commit

Permalink
retesting conda_upload -- temporarily upload to linatest
Browse files Browse the repository at this point in the history
  • Loading branch information
Muryanto authored and Muryanto committed Sep 18, 2018
1 parent 6186c12 commit c583e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ aliases:
PKG_NAME: "pcmdi_metrics"
LABEL: "linatest"
command: |
if [[ $CIRCLE_BRANCH != 'add_coverage' ]]; then
if [[ $CIRCLE_BRANCH != 'add_coverage1' ]]; 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_coverage'
python ./prep_for_build.py -l 1.1.2 -b 'add_coverage1'
if [[ $PY_VER = 'py2' ]]; then
conda build $PKG_NAME $CHANNELS --python=27
else
Expand Down

0 comments on commit c583e1c

Please sign in to comment.