Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2019-05-08 15:23:54 +02:00 committed by GitHub
parent 16fd8e3dbe
commit a598ab1d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ steps:
-D CMAKE_BUILD_TYPE=Release ../ && \
cmake --build ." > Dockerfile
docker build .
displayName: 'Run ARMV6 docker build'
# displayName: 'Run ARMV6 docker build'
#- script: |
# echo Add other tasks to build, test, and deploy your project.