Skip to content

Commit 354cf96

Browse files
committed
BUILD/MINOR: ci: in case of failure retry linter check
1 parent 76f0621 commit 354cf96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ gofumpt:
7575
- test -z "$(git diff 2> /dev/null)" || exit 'Go code not formatted, issue \`make gofumpt\` and commit the result'
7676
golangci_lint:
7777
stage: lint
78+
retry: 2
7879
needs: []
7980
rules:
8081
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'

0 commit comments

Comments
 (0)