You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ executors:
15
15
AZCOPY_SPA_APPLICATION_ID: $AZURE_CLIENT_ID
16
16
AZCOPY_SPA_CLIENT_SECRET: $AZURE_CLIENT_SECRET
17
17
AZCOPY_TENANT_ID: $AZURE_TENANT_ID
18
-
TEST_VAR: $TEST_VAR
19
18
parameters:
20
19
# In order to update the VRT baseline images:
21
20
# 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).
@@ -45,8 +44,12 @@ commands:
45
44
source $BASH_ENV
46
45
azcopy --version
47
46
48
-
# print environment variables
49
-
echo ${TEST_VAR}
47
+
# Add the environment variables to the bash environment
0 commit comments