.woodpecker.yml: fix indentation

This commit is contained in:
Christian Zimmermann 2024-05-18 15:21:03 +02:00
parent ac0b9e54a3
commit e794a94f7a

View file

@ -5,8 +5,8 @@ steps:
image: chizeta/centos:8
commands:
- source /opt/rh/gcc-toolset-9/enable
- module load mpi
- mpifort --version
- module load mpi
- mpifort --version
- mkdir build-gcc
- cd build-gcc
- cmake3 -DSCALAR_BUILD=on ..