diff --git a/.drone.yml b/.drone.yml index f314de6..c011986 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,10 @@ -pipeline: - step1: - image: quodatum/basexhttp:BaseX951 +kind: pipeline +type: docker +name: default + +steps: +- name: greeting + image: alpine commands: - - pwd - - ls - step2: - image: quodatum/basexhttp:BaseX951 - commands: - - pwd - - ls \ No newline at end of file + - echo hello + - echo world \ No newline at end of file