Skip to content

Commit

Permalink
cicd: whithot sudo #TASK-5061
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Oct 4, 2023
1 parent bf3e99e commit 43e5e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'maven'
- name: Create tunnel to data
run: |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
curl -sL https://aka.ms/InstallAzureCLIDeb | bash
wget https://dl.k8s.io/release/v1.28.2/bin/linux/amd64/kubectl
chmod +x ./kubectl
az login --service-principal -u "${{ secrets.AZURE_CLIENT_ID }}" -p "${{secrets.AZURE_CREDENTIALS}}" --tenant "${{ secrets.AZURE_TENANT_ID }}"
Expand Down

0 comments on commit 43e5e42

Please sign in to comment.