diff options
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 61602ba8..4e465c5c 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -113,11 +113,11 @@ sed -i -- "s|mitaka|$2|g" ./bundles.yaml case "$6" in 'trusty' ) sed -i -- "s|#source|source|g" ./bundles.yaml + sed -i -- "s|#source-branch:|source-branch:|g" ./bundles.yaml ;; 'xenial' ) #changing the target to the ubuntu distro we want to deploy. sed -i -- "s|trusty|$6|g" ./bundles.yaml - sed -i -- "s|source-branch:|#source-branch:|g" ./bundles.yaml ;; esac |