add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kim Oliver Drechsel 2021-09-13 21:25:40 +02:00
parent 3a15e47e9e
commit 5f3a9232d4

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: ubuntu:latest
pull: if-not-exists
commands:
- ./tracert.sh google.com