diff --git a/.drone.yml b/.drone.yml index 2c169fb..63b1df9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,15 @@ --- kind: pipeline -type: exec +type: docker name: default platform: os: linux arch: arm64 - + steps: - name: greeting + image: alpine commands: - - echo hello world \ No newline at end of file + - echo hello + - echo world \ No newline at end of file