summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/clean.sh5
1 files changed, 5 insertions, 0 deletions
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