summaryrefslogtreecommitdiffstats
path: root/build/jenkins-build.sh
diff options
context:
space:
mode:
authorvagrant <vagrant@localhost.localdomain>2019-01-21 15:43:41 +0000
committervagrant <vagrant@localhost.localdomain>2019-01-21 15:43:41 +0000
commit204dc742ee5a8fda3f168b3e84632f5cdb75ce2e (patch)
tree7f0cbedfdc673c4ab2763eba877709178a931ed5 /build/jenkins-build.sh
parente4683c6c7be92ba65b13ef5ea4306948bcbded74 (diff)
downloadregularization-204dc742ee5a8fda3f168b3e84632f5cdb75ce2e.tar.gz
regularization-204dc742ee5a8fda3f168b3e84632f5cdb75ce2e.tar.bz2
regularization-204dc742ee5a8fda3f168b3e84632f5cdb75ce2e.tar.xz
regularization-204dc742ee5a8fda3f168b3e84632f5cdb75ce2e.zip
typo
Diffstat (limited to 'build/jenkins-build.sh')
-rwxr-xr-xbuild/jenkins-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
index b64631f..6965180 100755
--- a/build/jenkins-build.sh
+++ b/build/jenkins-build.sh
@@ -53,7 +53,7 @@ then
while read -r outfile; do
#TODO if git tag is defined than call anaconda without --label dev
#TODO if pull request??? do not upload
- if [[ $CIL_VERSION == *"_"*]]; then
+ if [[ $CIL_VERSION == *"_"* ]]; then
# upload with dev label
anaconda -v -t ${CCPI_CONDA_TOKEN} upload $outfile --force --label dev
else