diff --git a/.drone.yml b/.drone.yml index 6d99ed7..2f518ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,3 +41,17 @@ steps: from_secret: email_password when: status: [ changed, failure ] + +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: greeting + commands: + - echo hello world