From 09128148f036c4652df45eabf8781ef1684d2c23 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 15 Dec 2016 11:47:38 -0600 Subject: modified to use deployment.yaml for cleanup.sh Change-Id: I1bce892a03dae39f4cc85bdf79e64f2ec0b99499 Signed-off-by: Narinder Gupta --- ci/clean.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ci/clean.sh') 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 -- cgit 1.2.3-korg