Skip to content

Commit

Permalink
CI: Ignore errors from cURL
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Thykier <[email protected]>
  • Loading branch information
nt-gt committed Jan 12, 2023
1 parent ebdea85 commit 66073b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "Final status is '$status'"
if [[ "$status" != "UP" ]]; then
curl -v http://localhost:9090/v3/actuator/health
curl -v http://localhost:9090/v3/actuator/health || :
docker ps
docker logs dcsa-ovs_dcsa-ovs_1
fi
Expand Down

0 comments on commit 66073b1

Please sign in to comment.