Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
More sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Sep 14, 2023
1 parent 76d2590 commit 5a6e930
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ while true; do
composer-cli --json compose info "${COMPOSE_ID}" | tee compose_info.json >/dev/null

# Sometimes tee isn't done writing by the time we check the status line below. 🐌
sleep 1

sleep 2
COMPOSE_STATUS=$(jq -r ".[].body.queue_status" compose_info.json)

# Print a status line once per minute.
Expand Down

0 comments on commit 5a6e930

Please sign in to comment.