diff options
-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 fdc65293..961626b7 100755 --- a/ci/00-bootstrap.sh +++ b/ci/00-bootstrap.sh @@ -2,7 +2,7 @@ set -ex -export JUJU_DEV_FEATURE_FLAGS=address-allocation +#export JUJU_DEV_FEATURE_FLAGS=address-allocation juju bootstrap --debug --to bootstrap.maas sleep 5 |