Add drone config

master
Thomas Ward 2 years ago
parent 59c16402a7
commit f6cc7d0985

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: test
steps:
- name: testing
image: ubuntu:latest
commands:
- echo "Hello"
Loading…
Cancel
Save