From 6268f6d561cecebef932721bc3705fff441ef1ec Mon Sep 17 00:00:00 2001 From: Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram Date: Sun, 5 Jan 2020 22:37:02 +0400 Subject: [PATCH] Check tags --- scripts/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index ccac738..fed9275 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -7,6 +7,9 @@ COMMIT_TAG=$CIRCLE_TAG # We must export it so it's available for envsubst export COMMIT_TAG=$COMMIT_TAG +echo $CIRCLE_TAG + +echo $COMMIT_TAG # since the only way for envsubst to work on files is using input/output redirection, # it's not possible to do in-place substitution, so we need to save the output to another file # and overwrite the original with that one.