updated azure-pipelines.yml

pull/2/head
Hari Sekhon 4 years ago
parent e11b33b0d2
commit a18954da10

@ -38,7 +38,7 @@ pool:
# hacky workaround to Azure Pipelines limitations :-( # hacky workaround to Azure Pipelines limitations :-(
steps: steps:
- script: env - script: env | sort
- script: sudo docker run -v "$PWD":/code ubuntu:18.04 /bin/bash -c 'set -ex && cd /code && setup/ci_bootstrap.sh && make init && make ci test' - script: sudo docker run -v "$PWD":/code ubuntu:18.04 /bin/bash -c 'set -ex && cd /code && setup/ci_bootstrap.sh && make init && make ci test'
displayName: docker build displayName: docker build

Loading…
Cancel
Save