commit fc29fb258dcb3c137b334b8614fc3c2ebc0d19f7 Author: Davide Depau Date: Fri Apr 17 03:31:09 2020 +0200 Initial commit 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