From c2b0f9a3eb296234552c56aa70373b98ce4bec55 Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sun, 16 Aug 2020 09:26:46 +0100 Subject: [PATCH] update --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..7954751 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +--- +kind: pipeline +type: exec +name: just a test + +steps: + - name: environment + commands: + - pwd + - env + - df -h + - ls -la + - ls -la ../ + - id + - ps -ef + +