Skip to content

Commit

Permalink
Don't fail on curl
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Nov 21, 2024
1 parent 4dddafb commit 2996e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-qube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
until curl -s http://localhost:9000/api/system/health | grep -o UP; do
echo "Waiting for SonarQube to be ready..."
curl -s http://localhost:9000/api/system/health -v
curl -s http://localhost:9000/api/system/health -v || true
sleep 5
done
echo "SonarQube is ready."
Expand Down

0 comments on commit 2996e15

Please sign in to comment.