summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv/compass-upload-artifact.sh
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2017-06-07 11:38:17 +0800
committerwutianwei <wutianwei1@huawei.com>2017-06-07 11:38:17 +0800
commit73c548c48ec2d79045f03dedd92b143d603139f2 (patch)
tree80172e39871be8fd74b40e6731821a93cfc36532 /jjb/compass4nfv/compass-upload-artifact.sh
parenta92e50f2620670cd8d90421c31bd913bf3e941a4 (diff)
fix the judgement condition
when in danube branch the $BRANCH is stable/danube so we need fix the judgement condition Change-Id: If3a0a40b60098cbd0baf2e64fad8763fae128cb1 Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'jjb/compass4nfv/compass-upload-artifact.sh')
-rw-r--r--jjb/compass4nfv/compass-upload-artifact.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/compass4nfv/compass-upload-artifact.sh b/jjb/compass4nfv/compass-upload-artifact.sh
index c6e179d4e..87a9334b2 100644
--- a/jjb/compass4nfv/compass-upload-artifact.sh
+++ b/jjb/compass4nfv/compass-upload-artifact.sh
@@ -7,7 +7,7 @@ echo "Uploading the $INSTALLER_TYPE artifact. This could take some time..."
echo "--------------------------------------------------------"
echo
-if [[ "$BRANCH" == 'danube' ]]; then
+if [[ "$BRANCH" == 'stable/danube' ]]; then
FILETYPE='iso'
else
FILETYPE='tar.gz'