This commit is contained in:
Niklas 2020-06-01 22:28:13 +02:00
commit 0b55a1a7ba
2 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: build
platform:
os: linux
arch: amd64
steps:
- name: test
image: alpine:latest
commands:
- printenv

0
test Normal file
View File