diff options
Diffstat (limited to 'ci/01-bootstrap.sh')
-rwxr-xr-x | ci/01-bootstrap.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh new file mode 100755 index 00000000..c04ae2da --- /dev/null +++ b/ci/01-bootstrap.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -ex + +juju bootstrap --debug --to bootstrap.maas +sleep 5 +juju deploy juju-gui --to 0 + +JUJU_REPOSITORY= +juju set-constraints tags= + |