From 70f6e039fc0791459f44c50a82ccf4b15033281c Mon Sep 17 00:00:00 2001
From: Alen Zubic <alen.zubic@relaymonkey.com>
Date: Tue, 5 Nov 2024 10:20:04 +0000
Subject: [PATCH] fix: Deployment tag to Azure

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c9651a68..31213e8ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,5 +14,7 @@ patch-and-commit--staging-azure:
     IMAGE_TAG_HELM_FILE: "helm/staging-azure/graphpolaris-frontend/values.yaml"
     IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag"
   needs:
+    # Make sure we get veriables from previous steps
+    - !reference [patch-and-commit, needs]
     # Run sequentially to avoid race conditions
-    -  patch-and-commit
+    -  patch-and-commit
\ No newline at end of file
-- 
GitLab