We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f0f0d commit c90e863Copy full SHA for c90e863
.circleci/config.yml
@@ -43,12 +43,6 @@ commands:
43
echo 'export PATH=~/bin:$PATH' >> $BASH_ENV
44
source $BASH_ENV
45
azcopy --version
46
-
47
- # print environment variables
48
- echo "AZCOPY_AUTO_LOGIN_TYPE: $AZCOPY_AUTO_LOGIN_TYPE"
49
- echo "AZCOPY_SPA_APPLICATION_ID: $AZCOPY_SPA_APPLICATION_ID"
50
- echo "AZCOPY_SPA_CLIENT_SECRET: $AZCOPY_SPA_CLIENT_SECRET"
51
- echo "AZCOPY_TENANT_ID: $AZCOPY_TENANT_ID"
52
downstream:
53
steps:
54
- checkout
0 commit comments