diff options
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 296f7b2e..49c2423b 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -62,6 +62,8 @@ deploy_dep() { deploy() { #copy the script which needs to get deployed as part of ofnfv release echo "deploying now" + echo " " >> environments.yaml + echo " admin-secret: admin" >> environments.yaml cp environments.yaml ~/.juju/ cp ./$opnfvsdn/01-deploybundle.sh ./01-deploybundle.sh |