From fc29fb258dcb3c137b334b8614fc3c2ebc0d19f7 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Fri, 17 Apr 2020 03:31:09 +0200 Subject: [PATCH] Initial commit --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..adf403f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: printenv + image: alpine:latest + commands: + - printenv