commit 0b55a1a7ba33847a84cef78505d196e8540071ae Author: Gurkengewuerz Date: Mon Jun 1 22:28:13 2020 +0200 testo diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f41c9c5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +type: docker +name: build + +platform: + os: linux + arch: amd64 + +steps: + - name: test + image: alpine:latest + commands: + - printenv \ No newline at end of file diff --git a/test b/test new file mode 100644 index 0000000..e69de29