CI: Fix a typo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Nils Freydank 2024-01-21 16:23:14 +01:00
parent d85e246bc8
commit 4821f66b84
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -6,7 +6,7 @@ steps:
gcc main.c -o main gcc main.c -o main
test: test:
image: image: git.holgersson.xyz/nfr/alpine-with-gcc:latest image: git.holgersson.xyz/nfr/alpine-with-gcc:latest
pull: true pull: true
commands: commands:
./main ./main