Skip to content

Commit 2ddac90

Browse files
committed
CLEANUP/MINOR: ci: linter does not need retry anymore
1 parent c379fcf commit 2ddac90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ 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
7978
needs: []
8079
rules:
8180
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'

0 commit comments

Comments
 (0)