test drone build

master
Christoph Fritsch 3 years ago
parent 6d0de0636b
commit dc285609b6

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: testing
image: alpine
commands:
- echo "Hello from Drone"
Loading…
Cancel
Save