update drone, so it should not failed
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-12-28 07:35:05 +07:00
parent 1f3a704318
commit 06c4b5838a

View File

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