Skip to content

Commit

Permalink
feat: wait for MAAS boot resources
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Jan 9, 2024
1 parent f3e1816 commit 02881c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ runs:
run: |
set -x
sudo maas init region+rack --maas-url=${{inputs.maas-url}} --database-uri maas-test-db:///
- name: Wait for MAAS boot resources
shell: bash
run: while [ $(maas admin boot-resources is-importing | cat) == "true" ]; do sleep 10; done; echo "syncing finished"

0 comments on commit 02881c8

Please sign in to comment.