Skip to content

Commit b44ac75

Browse files
committed
chore: remove custom trigger to ci workflow
1 parent 7ca2a12 commit b44ac75

File tree

2 files changed

+2
-37
lines changed

2 files changed

+2
-37
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,14 @@ commands:
3939
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
4040
tar -xf azcopy.tar.gz --strip-components=1
4141
chmod +x azcopy
42-
# Add to PATH
42+
# Add to PATH and set environment variables
4343
echo 'export PATH=~/bin:$PATH' >> $BASH_ENV
44-
source $BASH_ENV
45-
azcopy --version
46-
47-
# Add the environment variables to the bash environment
4844
echo 'export AZCOPY_AUTO_LOGIN_TYPE="SPN"' >> $BASH_ENV
4945
echo 'export AZCOPY_SPA_APPLICATION_ID="$AZURE_CLIENT_ID"' >> $BASH_ENV
5046
echo 'export AZCOPY_SPA_CLIENT_SECRET="$AZURE_CLIENT_SECRET"' >> $BASH_ENV
5147
echo 'export AZCOPY_TENANT_ID="$AZURE_TENANT_ID"' >> $BASH_ENV
5248
source $BASH_ENV
49+
azcopy --version
5350
downstream:
5451
steps:
5552
- checkout

.github/workflows/trigger-ci-on-pr.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)