We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c379fcf commit 2ddac90Copy full SHA for 2ddac90
.gitlab-ci.yml
@@ -75,7 +75,6 @@ gofumpt:
75
- test -z "$(git diff 2> /dev/null)" || exit 'Go code not formatted, issue \`make gofumpt\` and commit the result'
76
golangci_lint:
77
stage: lint
78
- retry: 2
79
needs: []
80
rules:
81
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
0 commit comments