Skip to content

Commit

Permalink
fix CLI args for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 committed Apr 1, 2024
1 parent 2633026 commit 4acb867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ciauthenticate
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ CI authentication for this project.
}

curl -sL https://aka.ms/InstallAzureCLIDeb | bash
az login --service-principal --username ${CLIENT_ID} --tenant "72f988bf-86f1-41af-91ab-2d7cd011db47" -password ${CLIENT_SECRET}
az acr login --name pcccr
az login --service-principal --username ${CLIENT_ID} --tenant "microsoft.onmicrosoft.com" --password ${CLIENT_SECRET}
az acr login --name pcccr
docker login pcccr.azurecr.io --username ${CLIENT_ID} --password ${CLIENT_SECRET}

0 comments on commit 4acb867

Please sign in to comment.