Merge pull request #1431 from dod-ccpo/ci-temp-fix

Update Azure CLI login to container registry.
This commit is contained in:
dandds 2020-02-18 12:48:20 -05:00 committed by GitHub
commit 69754bbbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ commands:
--password $AZURE_SP_PASSWORD \
--username $AZURE_SP
echo "Successfully logged in to Azure CLI."
az acr login --name $AZURE_REGISTRY
az acr login --name $AZURE_REGISTRY | grep "Succeeded"
- run:
name: Install kubectl
command: |