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