Don't check output status from ACR login in CI/CD.

This commit is contained in:
dandds 2020-02-21 15:35:27 -05:00
parent 08ca8eac79
commit 7ad97403ba

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 \