From a9faf9ff73b73098176135cef0db19eae999b877 Mon Sep 17 00:00:00 2001 From: apb Date: Mon, 24 May 2021 17:31:46 +0100 Subject: [PATCH] [mod] drone test --- .drone.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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