From 1e594f31f93dc3b0b7a113c3572c8848f8b72d64 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 27 Apr 2025 21:08:38 +0200 Subject: [PATCH] Reorder stages in .gitlab-ci.yml for correct execution order. - Moved the 'deploy' stage to the end of the stages list. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c59767..9d5ed2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ stages: sync_branches: stage: sync - image: alpine/git:v2.47.2@sha256:47a8a580ba3cbc85737c5dccc50078cce5662b84a6c5eaaf5800a841ff5a19c8 rules: - if: '$CI_COMMIT_BRANCH == "production"' before_script: