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:
parent
259c87bfd3
commit
987e03a590
1 changed files with 3 additions and 1 deletions
|
|
@ -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\]/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue