diff options
Diffstat (limited to 'ci/00-bootstrap.sh')
-rwxr-xr-x | ci/00-bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/00-bootstrap.sh b/ci/00-bootstrap.sh index 961626b7..375faa77 100755 --- a/ci/00-bootstrap.sh +++ b/ci/00-bootstrap.sh @@ -6,7 +6,8 @@ set -ex juju bootstrap --debug --to bootstrap.maas sleep 5 -juju deploy juju-gui --to 0 +#disable juju gui until xenial charms are in charm store. +#juju deploy juju-gui --to 0 JUJU_REPOSITORY= juju set-constraints tags= |