Unverified Commit 8cd5a992 authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

ci: retry on build failure as well (#2457)

parent 947f0b23
......@@ -9,6 +9,10 @@ steps:
- "docker push {{ docker_image }}"
env:
DOCKER_BUILDKIT: "1"
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 5
- wait
{% for step in steps %}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment