This commit is contained in:
@@ -12,5 +12,5 @@ steps:
|
|||||||
- name: run
|
- name: run
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- [ -f ./hello ] && ./hello
|
- if [ -f ./hello ]; then ./hello; fi
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user