indentation

This commit is contained in:
Paul Reeves 2023-05-15 11:07:40 +02:00
parent fda4cd9ccb
commit b6c83ccec9

View File

@ -20,7 +20,6 @@ steps:
path: /tmp
- name: cache
path: /tmp/cache
commands:
- export CC=gcc
- make -f makefile.shared test_standalone >test_gcc_1.txt 2>test_gcc_2.txt
@ -35,7 +34,6 @@ steps:
- cat test_gcc_1.txt
- cat test_std.txt
- cat test_err.txt
when:
status:
- failure