summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authornarindergupta <narinder.gupta@canonical.com>2016-08-22 15:01:20 -0400
committernarindergupta <narinder.gupta@canonical.com>2016-08-22 15:04:51 -0400
commite6f1836f6e7d344b69bacd4a57fec354b51a7888 (patch)
tree793052806d67420caef87bbefb71440466bb5382 /ci/deploy.sh
parent318c3e5aa6c0c78fca0fdeaf2533f14ffb9adc99 (diff)
modfied to cleanup copying of yaml files from .juju/
Change-Id: I1c44815b9b4217033034faf4a2880f5737f81fad Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 1dab85d8..8692df68 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -110,6 +110,12 @@ deploy() {
if [ ! -f ./environments.yaml ] && [ -e ~/.juju/environments.yaml ]; then
cp ~/.juju/environments.yaml ./environments.yaml
fi
+ if [ ! -f ./labconfig.yaml ] && [ -e ~/.juju/labconfig.yaml ]; then
+ cp ~/.juju/labconfig.yaml ./labconfig.yaml
+ fi
+ if [ ! -f ./deployconfig.yaml ] && [ -e ~/.juju/deployconfig.yaml ]; then
+ cp ~/.juju/deployconfig.yaml ./deployconfig.yaml
+ fi
#copy the script which needs to get deployed as part of ofnfv release
echo "...... deploying now ......"