try to fix drone yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-12-28 07:38:47 +07:00
parent 06c4b5838a
commit 6c500af426

View File

@@ -12,5 +12,5 @@ steps:
- name: run - name: run
image: bash image: bash
commands: commands:
- [ -f ./hello ] && ./hello - if [ -f ./hello ]; then ./hello; fi
... ...