Skip to content

Commit 2d5e02c

Browse files
committed
chore: add debugging logs
1 parent c90e863 commit 2d5e02c

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
@@ -15,6 +15,7 @@ executors:
1515
AZCOPY_SPA_APPLICATION_ID: $AZURE_CLIENT_ID
1616
AZCOPY_SPA_CLIENT_SECRET: $AZURE_CLIENT_SECRET
1717
AZCOPY_TENANT_ID: $AZURE_TENANT_ID
18+
TEST_VAR: $TEST_VAR
1819
parameters:
1920
# In order to update the VRT baseline images:
2021
# 1. Copy the hash of the latest golden images cache from the left sidebar in the VRT preview link (not to be confused with the arbitrary hash in the URL).
@@ -43,6 +44,9 @@ commands:
4344
echo 'export PATH=~/bin:$PATH' >> $BASH_ENV
4445
source $BASH_ENV
4546
azcopy --version
47+
48+
# print environment variables
49+
echo "$TEST_VAR"
4650
downstream:
4751
steps:
4852
- checkout

0 commit comments

Comments
 (0)