Skip to content
Snippets Groups Projects
Verified Commit 1eaa2dc7 authored by Bob Van Landuyt :neckbeard:'s avatar Bob Van Landuyt :neckbeard: :sunglasses:
Browse files

fix: manually install shfmt for jobs in common-ci-tasks

This allows us to publish an image for other projects to use
parent 9d1be66b
No related branches found
No related tags found
No related merge requests found
Pipeline #23484666 passed
Loading
Loading
@@ -78,3 +78,9 @@ container_image_tagged:
- .container_builds
rules:
- if: "$CI_COMMIT_TAG"
# Override default shfmt so we can publish the image
shfmt:
image: golang:1.23
before_script:
- go install mvdan.cc/sh/v3/cmd/shfmt@v${GL_ASDF_SHFMT_VERSION}
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