Merge pull request #1432 from dod-ccpo/ci-fix-again

Set shell for failing docker login command.
This commit is contained in:
dandds 2020-02-19 14:19:30 -05:00 committed by GitHub
commit b0f946dd35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +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
command: | command: |
az login \ az login \
--service-principal \ --service-principal \