Skip to content
Snippets Groups Projects
Commit c683dc3a authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'no-needs' into 'main'

fix: no DAG needs for golangci-lint

See merge request gitlab-com/gl-infra/gitlab-dedicated/gitlab-ci-tools!4
parents 93af5623 580faad5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,6 +11,7 @@ golangci_lint:
image:
name: golangci/golangci-lint:v${GL_ASDF_GOLANGCI_LINT_VERSION}-alpine
entrypoint: ["/bin/sh", "-c"]
needs: []
# git must be installed for golangci-lint's --new-from-rev flag to work.
before_script:
- apk add --no-cache git bash jq
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment