Skip to content

Commit

Permalink
troubleshoot jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Dec 18, 2017
1 parent 8551e4f commit 7e05394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-CGAT-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ else
curl -o env.yml -O https://raw.githubusercontent.com/CGATOxford/cgat/${TRAVIS_BRANCH}/conda/environments/${CONDA_INSTALL_TYPE}
conda env create --quiet --file env.yml
cat env.yml
conda env export --name cgat-s
fi

# activate cgat environment
Expand All @@ -275,6 +276,7 @@ if [[ -z ${TRAVIS_INSTALL} ]] ; then
# install extra deps
curl -o env-extra.yml -O https://raw.githubusercontent.com/CGATOxford/cgat/${TRAVIS_BRANCH}/conda/environments/scripts-extra.yml
conda env update --quiet --file env-extra.yml
conda env export --name cgat-s

# download the code out of jenkins
if [[ -z ${JENKINS_INSTALL} ]] ; then
Expand Down

0 comments on commit 7e05394

Please sign in to comment.