Update azure-pipelines.yml
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 8 May 2019 13:23:54 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 13:23:54 +0000 (15:23 +0200)
azure-pipelines.yml

index 12ea40b..2b092c2 100644 (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.