From 0ad3ee73a9c7945988a70584e1be14e8a7364191 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Fri, 12 May 2023 03:32:11 +0000
Subject: [PATCH] Update generate-deploy-stages.sh

---
 generate-deploy-stages.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generate-deploy-stages.sh b/generate-deploy-stages.sh
index df90721..73e6657 100644
--- a/generate-deploy-stages.sh
+++ b/generate-deploy-stages.sh
@@ -2,6 +2,7 @@
 
 set -e
 basedir=$( cd "$(dirname "$0")" ; pwd -P )
+echo TRIGGER_PAYLOAD=$TRIGGER_PAYLOAD
 cat $TRIGGER_PAYLOAD 
 cat $TRIGGER_PAYLOAD | python3 -c "import sys, json; print(json.loads(json.load(sys.stdin)['payload'])['ref'])" | grep "uat"
 TAG=$(!!)
-- 
GitLab