Skip to content
Snippets Groups Projects
Commit 6732593c authored by Levatax's avatar Levatax
Browse files

Merge branch 'ci-exp' into 'main'

build: apply gitlab-runner workaround

See merge request !2
parents f24c20c1 252142a5
Branches
Tags
1 merge request!2build: apply gitlab-runner workaround
......@@ -21,7 +21,9 @@ before_script:
lint:
stage: lint
image: golangci/golangci-lint:latest
image:
name: golangci/golangci-lint:latest
entrypoint: [ '/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ]
script:
- golangci-lint run
allow_failure: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment