Skip to content
Snippets Groups Projects
Verified Commit 252142a5 authored by Ophestra's avatar Ophestra
Browse files

build: apply gitlab-runner workaround

GitLab seems to have a long unfixed bug with its CI system (https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27614

). This commit attempts the workaround suggested in the issue comments.

Signed-off-by: default avatarOphestra Umiker <cat@ophivana.moe>
parent f24c20c1
No related branches found
No related tags found
1 merge request!2build: apply gitlab-runner workaround
...@@ -21,7 +21,9 @@ before_script: ...@@ -21,7 +21,9 @@ before_script:
lint: lint:
stage: 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: script:
- golangci-lint run - golangci-lint run
allow_failure: false allow_failure: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment