Merge pull request #1441 from dod-ccpo/ugh

Don't check output status from ACR login in CI/CD.
This commit is contained in:
dandds
2020-02-21 15:53:20 -05:00
committed by GitHub

View File

@@ -96,7 +96,7 @@ commands:
apk del --purge build apk del --purge build
- run: - run:
name: Login to Azure CLI name: Login to Azure CLI
shell: /bin/sh -o pipefail shell: /bin/sh
command: | command: |
az login \ az login \
--service-principal \ --service-principal \