Skip to content

Commit

Permalink
Shift location of echo flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jan 29, 2024
1 parent 8873b85 commit 8beabc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ test:live:setup:
- echo "Waiting for service to start"
- |
sleep 180
while [[ "$(curl --fail --silent -X GET "$GITLAB_URL/-/readiness?all=1" --insecure | jq -r '.master_check[0].status')" != "ok" ]]; do -ne echo "Polling service - not alive yet"; sleep 10; done;
while [[ "$(curl --fail --silent -X GET "$GITLAB_URL/-/readiness?all=1" --insecure | jq -r '.master_check[0].status')" != "ok" ]]; do echo -ne "Polling service - not alive yet"; sleep 10; done;
echo "Service is up and running!"
artifacts:
reports:
Expand Down

0 comments on commit 8beabc2

Please sign in to comment.