diff --git a/.drone.yml b/.drone.yml index 811f10f..c335b0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,9 @@ steps: image: gcc commands: - make + +- name: run + image: bash + commands: + - echo HELLO WORLD ...