summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-14 12:22:04 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-14 12:22:51 -0500
commitb2aea8c07c74ea8e35ddc8d5a50beb1c4b65d04b (patch)
tree47ed9e81d0a270d129f8ae0929eadde2689aad52 /ci/01-deploybundle.sh
parentf6ae2a4c44347d691b4d6c04a156b6a4e82afa25 (diff)
remove the override series as it is controlled by juju now.
Change-Id: I042d9d43c30218dfbcbc6be06fb921420eff6232 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh2
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