diff --git a/generate-deploy-stages.sh b/generate-deploy-stages.sh
index df907217c25bb16194366e438c7b7468e913177c..73e6657f0f67675e66c1e55c2e6396eff2d871db 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=$(!!)