Skip to content

Commit 5cf4341

Browse files
authored
fix tabbing in azure commands
1 parent 3a49e8c commit 5cf4341

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ steps:
1414
displayName: 'Run a one-line script'
1515

1616
- script: |
17-
docker run --rm --privileged multiarch/qemu-user-static:register --reset
18-
ls /proc/sys/fs/binfmt_misc/
17+
docker run --rm --privileged multiarch/qemu-user-static:register --reset
18+
ls /proc/sys/fs/binfmt_misc/
1919
condition: not(startsWith(variables['CONFIG'], 'linux_64'))
20-
displayName: Configure binfmt_misc
20+
displayName: 'Configure binfmt_misc'
2121

2222
- script: |
2323
echo "FROM openblas/alpine:arm32
@@ -32,7 +32,7 @@ steps:
3232
-D CMAKE_BUILD_TYPE=Release ../ && \
3333
cmake --build ." > Dockerfile
3434
docker build .
35-
35+
displayname: 'Run ARMV6 docker build'
3636
#- script: |
3737
# echo Add other tasks to build, test, and deploy your project.
3838
# echo See https://aka.ms/yaml

0 commit comments

Comments
 (0)