File tree Expand file tree Collapse file tree 2 files changed +2
-37
lines changed Expand file tree Collapse file tree 2 files changed +2
-37
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,14 @@ commands:
39
39
wget -O azcopy.tar.gz https://github.com/Azure/azure-storage-azcopy/releases/download/v10.29.1/azcopy_linux_amd64_10.29.1.tar.gz
40
40
tar -xf azcopy.tar.gz --strip-components=1
41
41
chmod +x azcopy
42
- # Add to PATH
42
+ # Add to PATH and set environment variables
43
43
echo 'export PATH=~/bin:$PATH' >> $BASH_ENV
44
- source $BASH_ENV
45
- azcopy --version
46
-
47
- # Add the environment variables to the bash environment
48
44
echo 'export AZCOPY_AUTO_LOGIN_TYPE="SPN"' >> $BASH_ENV
49
45
echo 'export AZCOPY_SPA_APPLICATION_ID="$AZURE_CLIENT_ID"' >> $BASH_ENV
50
46
echo 'export AZCOPY_SPA_CLIENT_SECRET="$AZURE_CLIENT_SECRET"' >> $BASH_ENV
51
47
echo 'export AZCOPY_TENANT_ID="$AZURE_TENANT_ID"' >> $BASH_ENV
52
48
source $BASH_ENV
49
+ azcopy --version
53
50
downstream :
54
51
steps :
55
52
- checkout
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments