From: Narinder Gupta Date: Thu, 15 Dec 2016 17:47:38 +0000 (-0600) Subject: modified to use deployment.yaml for cleanup.sh X-Git-Tag: danube.1.0~105 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=09128148f036c4652df45eabf8781ef1684d2c23;p=joid.git modified to use deployment.yaml for cleanup.sh Change-Id: I1bce892a03dae39f4cc85bdf79e64f2ec0b99499 Signed-off-by: Narinder Gupta --- diff --git a/ci/clean.sh b/ci/clean.sh index eaff136b..9324a91d 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -7,6 +7,11 @@ if [ ! -d environments.yaml ]; then cp ~/.juju/environments.yaml ./environments.yaml || true fi +if [ ! -d deployment.yaml ]; then + cp ~/joid_config/deployment.yaml ./deployment.yaml || true + cp ~/.juju/deployment.yaml ./deployment.yaml || true +fi + jujuver=`juju --version` if [[ "$jujuver" > "2" ]]; then