Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
define42 authored Mar 19, 2024
1 parent 6dfde60 commit 8f566dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
tail --follow --lines +1 "/builds/osbuild-composer-journal.txt" &
composer-cli() { /usr/bin/composer-cli --socket /builds/weldr-api.socket "$@"; }
composer-cli sources add microshift.toml
composer-cli sources add crio.repo
composer-cli blueprints push my-image.toml
compose_id=$(composer-cli --json compose start my-image qcow2 | jq -r ".[].body.build_id")
while [[ $(composer-cli --json compose info "${compose_id}" | jq -r ".[].body.queue_status") =~ RUNNING|WAITING ]]; do sleep 15; done
Expand Down

0 comments on commit 8f566dd

Please sign in to comment.