From 204dc742ee5a8fda3f168b3e84632f5cdb75ce2e Mon Sep 17 00:00:00 2001 From: vagrant Date: Mon, 21 Jan 2019 15:43:41 +0000 Subject: typo --- build/jenkins-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/jenkins-build.sh') 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 -- cgit v1.2.3