Skip to content

Commit

Permalink
retry on 404s
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Mar 16, 2023
1 parent 0398734 commit 7d702ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: steps.pulpRelease.outputs.GIT_TAG != steps.repoRelease.outputs.tag
run: |
docker run --network=host --rm -v ${PWD}:/local curlimages/curl \
curl --retry-all-errors --retry-delay 10 --retry 32 --retry-max-time 240 http://localhost:8080/pulp/api/${{ steps.pulpRelease.outputs.V_TAG }}/docs/api.json
curl --retry-all-errors --fail --retry-delay 10 --retry 32 --retry-max-time 240 http://localhost:8080/pulp/api/${{ steps.pulpRelease.outputs.V_TAG }}/docs/api.json
- name: Build binding
if: steps.pulpRelease.outputs.GIT_TAG != steps.repoRelease.outputs.tag
Expand Down

0 comments on commit 7d702ea

Please sign in to comment.