diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/03-maasdeploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 85239506..43e95857 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -222,8 +222,8 @@ configuremaas(){ #maas $PROFILE boot-source update $SOURCE_ID \ # url=$URL keyring_filename=$KEYRING_FILE || true - #maas $PROFILE boot-resources import || true - #sleep 60 + maas $PROFILE boot-resources import || true + sleep 10 while [ "$(maas $PROFILE boot-resources is-importing)" == "true" ]; do |