diff options
author | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-09 12:02:41 +0000 |
---|---|---|
committer | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-09 12:02:41 +0000 |
commit | 4cf1659f14e58001f715c9fb4ff1734d6ffd8661 (patch) | |
tree | 5b62e54c4b26e0c8f6548978340d39065556e54a | |
parent | ddbc32fdcd4f0754b31786d00b2835223109a9d7 (diff) | |
download | regularization-4cf1659f14e58001f715c9fb4ff1734d6ffd8661.tar.gz regularization-4cf1659f14e58001f715c9fb4ff1734d6ffd8661.tar.bz2 regularization-4cf1659f14e58001f715c9fb4ff1734d6ffd8661.tar.xz regularization-4cf1659f14e58001f715c9fb4ff1734d6ffd8661.zip |
Fix
-rwxr-xr-x | build/jenkins-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh index 3bd5016..4a18525 100755 --- a/build/jenkins-build.sh +++ b/build/jenkins-build.sh @@ -34,7 +34,7 @@ export REG_FILES=`conda build Wrappers/Python/conda-recipe --output` # REG_FILES variable should contain output files echo files created: $REG_FILES #upload to anaconda -if [[ -n ${CCPI_CONDA_TOKEN}]] +if [[ -n ${CCPI_CONDA_TOKEN} ]] then conda install anaconda-client while read -r outfile; do |