Skip to content

Commit 283d77e

Browse files
committed
chore: add debugging logs
1 parent c90e863 commit 283d77e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 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
@@ -83,6 +87,7 @@ commands:
8387
regression_dir:
8488
type: string
8589
steps:
90+
- install-azcopy
8691
- restore_cache:
8792
name: Restore Golden Images Cache
8893
keys:

0 commit comments

Comments
 (0)