diff options
author | vagrant <vagrant@localhost.localdomain> | 2019-01-09 14:11:05 +0000 |
---|---|---|
committer | vagrant <vagrant@localhost.localdomain> | 2019-01-09 14:11:05 +0000 |
commit | da69e9f1074226e3d14faa89a270b4ef1593ee42 (patch) | |
tree | 5b62e54c4b26e0c8f6548978340d39065556e54a | |
parent | ddbc32fdcd4f0754b31786d00b2835223109a9d7 (diff) | |
download | regularization-da69e9f1074226e3d14faa89a270b4ef1593ee42.tar.gz regularization-da69e9f1074226e3d14faa89a270b4ef1593ee42.tar.bz2 regularization-da69e9f1074226e3d14faa89a270b4ef1593ee42.tar.xz regularization-da69e9f1074226e3d14faa89a270b4ef1593ee42.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 |