summaryrefslogtreecommitdiffstats
path: root/ci/01-bootstrap.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-12-16 04:51:15 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-12-16 07:03:16 -0600
commite1a69393af42bbe9faf77e318e3cd6c84b264a1b (patch)
tree8fe921d7b51d023a1345136d410c0e6234e8c9c9 /ci/01-bootstrap.sh
parent7f0d18180b027a268016ec1c34be61ed21a37d9a (diff)
modified to sleep for 30 second after destroy the environment.
Change-Id: Idff7db35a47a5673c54fd03ecc1a621210179d37 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-bootstrap.sh')
-rwxr-xr-xci/01-bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh
index 4d265f32..b02b83d3 100755
--- a/ci/01-bootstrap.sh
+++ b/ci/01-bootstrap.sh
@@ -7,7 +7,7 @@ set -ex
jujuver=`juju --version`
if [[ "$jujuver" < "2" ]]; then
- juju bootstrap --debug --to bootstrap.maas --agent-version 1.25.6
+ juju bootstrap --debug --to bootstrap.maas --agent-version 1.25.5
sleep 5
#disable juju gui until xenial charms are in charm store.
juju deploy cs:juju-gui-130 --to 0