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

ci: simplify configuration

parent c683dc3a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,8 +12,4 @@ This project includes reuseable GitLab-CI jobs for the GitLab Dedicated Project
include:
- project: 'gitlab-com/gl-infra/gitlab-dedicated/gitlab-ci-tools'
file: 'golangci-lint.yml'
golangci_lint:
variables:
GL_ASDF_GOLANGCI_LINT_VERSION: $GL_ASDF_GOLANGCI_LINT_VERSION
```
Loading
Loading
@@ -5,8 +5,6 @@
# * Runs in the validate stage
 
golangci_lint:
variables:
GL_ASDF_GOLANGCI_LINT_VERSION: GL_ASDF_GOLANGCI_LINT_VERSION_REQUIRED
stage: validate
image:
name: golangci/golangci-lint:v${GL_ASDF_GOLANGCI_LINT_VERSION}-alpine
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