diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-14 19:27:27 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-15 00:41:05 -0500 |
commit | 7208685b13a35f7f25cb4a7221058f358453cb50 (patch) | |
tree | 4b34bf24a7d1ed8213318aec4a173284f9aab6f8 /ci/00-bootstrap.sh | |
parent | b2aea8c07c74ea8e35ddc8d5a50beb1c4b65d04b (diff) |
modified to clean the environment and also change in bundles to
deploy ocl as well.
Change-Id: I40f32bad5b94b335bd5bd37d3c626d4a5e336061
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/00-bootstrap.sh')
-rwxr-xr-x | ci/00-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/00-bootstrap.sh b/ci/00-bootstrap.sh index 375faa77..59a22197 100755 --- a/ci/00-bootstrap.sh +++ b/ci/00-bootstrap.sh @@ -7,7 +7,7 @@ set -ex juju bootstrap --debug --to bootstrap.maas sleep 5 #disable juju gui until xenial charms are in charm store. -#juju deploy juju-gui --to 0 +juju deploy cs:juju-gui-130 --to 0 JUJU_REPOSITORY= juju set-constraints tags= |