diff options
author | 2016-09-08 13:39:54 -0500 | |
---|---|---|
committer | 2016-09-08 13:40:17 -0500 | |
commit | 2ead372983bbb1fb9f258c638d1d559a4f28c53f (patch) | |
tree | b9a794492a9d9a588dafe44b531fbb6ab5883767 /ci/00-maasdeploy.sh | |
parent | 349da47a53878710acba74cd873c74433536d981 (diff) |
modified to backup and restore deployment.yaml
Change-Id: Id19a574024172fc9b50b9016361cc465e0088bd7
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/00-maasdeploy.sh')
-rwxr-xr-x | ci/00-maasdeploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/00-maasdeploy.sh b/ci/00-maasdeploy.sh index 0dfff050..e3490c2f 100755 --- a/ci/00-maasdeploy.sh +++ b/ci/00-maasdeploy.sh @@ -158,6 +158,10 @@ if [ -e ./deployconfig.yaml ]; then cp ./labconfig.yaml ~/.juju/ fi +if [ -e ./deployment.yaml ]; then + cp ./deployment.yaml ~/.juju/ +fi + # # MAAS Customization # |