Noconfirm
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Imbus 2024-12-25 19:39:17 +01:00
parent 2acb3c5bd5
commit b26ceeb8fe

View file

@ -7,7 +7,7 @@ steps:
image: debian image: debian
commands: commands:
- apt update - apt update
- apt install libcmocka-dev - apt install libcmocka-dev -y
- echo "echo hello" > executable.sh - echo "echo hello" > executable.sh
- chmod +x executable.sh - chmod +x executable.sh
- name: a-test-step - name: a-test-step