Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit bee9bc2

Browse files
test [deploy] and outputting some debug info
1 parent 4b4e395 commit bee9bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
echo "BUILD_DATE = " $BUILD_DATE
150150
echo "BUILD_ARGS = " $BUILD_ARGS
151151
echo "GITHUB_REPO = " $GITHUB_REPO
152+
echo "RELEASE_TAG= " $RELEASE_TAG
152153
export CI_DEPLOY=`git log --format=oneline -n 1 | grep '\[deploy\]'` && echo "$CI_DEPLOY"
153154
if [ -z "$CI_DEPLOY" ] || [ "$CIRCLE_BRANCH" != "$DEPLOY_BRANCH" ]; then
154155
echo "Cancelling run. Pass [deploy] in commit message on $DEPLOY_BRANCH to deploy"

0 commit comments

Comments
 (0)