diff options
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index bf9784f4..61602ba8 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -117,6 +117,7 @@ case "$6" in '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 |