diff options
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= |