diff options
Diffstat (limited to 'ci/odl/01-deploybundle.sh')
-rwxr-xr-x | ci/odl/01-deploybundle.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh index 9252ce61..8585d4b4 100755 --- a/ci/odl/01-deploybundle.sh +++ b/ci/odl/01-deploybundle.sh @@ -11,6 +11,8 @@ case "$1" in ;; 'tip' ) cp odl/juju-deployer/ovs-odl-tip.yaml ./bundles.yaml + cp odl/juju-deployer/source/* ./ + sed -i -- "s|branch: master|branch: stable/$2|g" ./*.yaml ;; * ) cp odl/juju-deployer/ovs-odl.yaml ./bundles.yaml |