Fix bump-version: override alpine/git entrypoint for shell execution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-07 15:43:04 +01:00
parent 259c87bfd3
commit 987e03a590

View file

@ -108,7 +108,9 @@ deploy:
bump-version:
stage: bump-version
image: alpine/git:latest
image:
name: alpine/git:latest
entrypoint: [""]
needs: [deploy]
rules:
- if: $CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TITLE !~ /\[skip ci\]/