diff --git a/.drone.yml b/.drone.yml index 8f4e82e..3299813 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,9 @@ kind: pipeline -type: exec +type: docker name: hello -platform: - os: linux - arch: amd64 - steps: - name: greeting + image: alpine commands: - echo hello world