Skip to content

Commit

Permalink
chore(ci): 给点retry
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Aug 3, 2023
1 parent 886fb17 commit b49b552
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
stages:
- deploy

default:
retry:
max: 2
when:
- runner_system_failure
- stuck_or_timeout_failure
- api_failure

docker:
stage: deploy
image: docker:stable
Expand Down

0 comments on commit b49b552

Please sign in to comment.