Skip to content

Commit

Permalink
Retrying once on script failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Nov 9, 2020
1 parent 443ee69 commit 175ed26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ update-cache: &update-cache-manual
- $CI_PROJECT_DIR/external/touchfiles
policy: pull
dependencies: []
retry:
max: 2
when:
- script_failure

prep:
<<: *job_definition
Expand Down

0 comments on commit 175ed26

Please sign in to comment.