diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-14 08:50:36 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-14 11:27:10 -0500 |
commit | f6ae2a4c44347d691b4d6c04a156b6a4e82afa25 (patch) | |
tree | dd680c4a4ef5ad0003e56459e5a6b29f7639d73c /ci/01-deploybundle.sh | |
parent | 28166dab404f3a4948370fe880f38901515ba960 (diff) |
modified to match the ocl bundle sync with other bundles.
Change-Id: Ib5a13d7c644e2aae7cde96bdabc6f63fcd111d33
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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 |