Skip to content

Commit

Permalink
debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Jun 13, 2017
1 parent 35e7403 commit e99c167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ script:

after_success:
# - if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then conda install conda-build && conda install anaconda-client && cd conda-recipes/pcmdi_metrics && bash conda_upload.sh; fi
- conda install conda-build && conda install anaconda-client && cd conda-recipes/pcmdi_metrics && bash conda_upload.sh
- conda install conda-build && conda install anaconda-client && cd conda-recipes/pcmdi_metrics && bash -x conda_upload.sh
2 changes: 2 additions & 0 deletions conda-recipes/pcmdi_metrics/conda_upload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

PKG_NAME=pcmdi_metrics
USER=PCMDI
echo "Trying to upload conda"
Expand All @@ -21,6 +22,7 @@ git clone git:https://github.com/UV-CDAT/conda-recipes
cd conda-recipes
# uvcdat creates issues for build -c uvcdat confises package and channel
rm -rf uvcdat
pwd
ln -s ../../conda-recipes/pcmdi_metrics pcmdi_metrics
echo "Starting prep for build"
python ./prep_for_build.py
Expand Down

0 comments on commit e99c167

Please sign in to comment.