Skip to content

Commit

Permalink
Replace all --retry-all-errors in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Jan 7, 2025
1 parent 8f64851 commit 3f1621e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ jobs:
name: Check image works
command: |
docker run --rm -p 4000:4000 -d -e NODE_ENV=production -e NODE_CONFIG_ENV=prod addons-frontend
curl --retry-all-errors --retry 10 --retry-delay 2 http://127.0.0.1:4000/__frontend_lbheartbeat__
sleep 30
curl --retry 3 --retry-delay 2 http://127.0.0.1:4000/__frontend_lbheartbeat__
- run:
name: Push to repo
command: |
Expand Down

0 comments on commit 3f1621e

Please sign in to comment.