Skip to content

Commit ac1f567

Browse files
committed
Adding debug log to print git version
1 parent 03cb6b8 commit ac1f567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.circleci/config.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@ jobs:
347347
- run:
348348
name: Update VERSIONS.md and README.md with the new released version
349349
command: |
350+
# Echo Git version
351+
echo "Git Version: $(git --version)"
352+
353+
# Echo Circle CI tag
350354
echo "CIRCLE_TAG: $CIRCLE_TAG"
351355
RELEASE_BRANCH=$(git branch --contains ${CIRCLE_TAG} | awk 'FNR==2 {print $1}')
352356

0 commit comments

Comments
 (0)