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