This commit is contained in:
parent
2acb3c5bd5
commit
b26ceeb8fe
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
image: debian
|
||||
commands:
|
||||
- apt update
|
||||
- apt install libcmocka-dev
|
||||
- apt install libcmocka-dev -y
|
||||
- echo "echo hello" > executable.sh
|
||||
- chmod +x executable.sh
|
||||
- name: a-test-step
|
||||
|
|
Loading…
Reference in a new issue