From 88de266dc171c105f78ccff0ee37fbdfad57bb73 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 27 Apr 2025 22:00:33 +0200 Subject: [PATCH] Moved sync stage to the end of the pipeline and adapt the stage to use an Alpine Git image --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d5ed2b..73eee31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ stages: sync_branches: stage: sync + image: alpine:git@sha256:47a8a580ba3cbc85737c5dccc50078cce5662b84a6c5eaaf5800a841ff5a19c8 rules: - if: '$CI_COMMIT_BRANCH == "production"' before_script: