Moved sync stage to the end of the pipeline and adapt the stage to use an Alpine Git image

This commit is contained in:
2025-04-27 22:00:33 +02:00
parent 9a5b82939e
commit 88de266dc1

View File

@@ -12,6 +12,7 @@ stages:
sync_branches:
stage: sync
image: alpine:git@sha256:47a8a580ba3cbc85737c5dccc50078cce5662b84a6c5eaaf5800a841ff5a19c8
rules:
- if: '$CI_COMMIT_BRANCH == "production"'
before_script: