Skip to content

Commit 784af3a

Browse files
committed
Add temp DEBUG out
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent 3cd71b1 commit 784af3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/create-deployment-config.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ set -e
2121
source "$(dirname "$0")/common.sh"
2222

2323
echo "Creating deployment configuration..."
24+
echo "DEBUG: IMAGE_TAG=${IMAGE_TAG}"
25+
echo "DEBUG: IMAGE_REPO=${IMAGE_REPO}"
2426

2527
rm -rf "${DEPLOYPORCHCONFIGDIR}" || true
2628
mkdir -p "${DEPLOYPORCHCONFIGDIR}"

0 commit comments

Comments
 (0)