Skip to content

Commit

Permalink
Add automatic retry to fossa scans (#507)
Browse files Browse the repository at this point in the history
* Add automatic retry to fossa scans

* Increase amount of retries to 2
  • Loading branch information
Ardagan committed Aug 3, 2021
1 parent 6fe2ed7 commit 75c27df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ steps:
queue: "default"
docker: "*"
command: "make fossa-init fossa-analyze fossa-test"
retry:
automatic:
limit: 2
plugins:
- docker-compose#v3.1.0:
run: fossa
Expand Down

0 comments on commit 75c27df

Please sign in to comment.