tracert/.drone.yml
Kim 0f3d7c4a94
All checks were successful
continuous-integration/drone/push Build is passing
add .drone.yml
2021-09-13 21:31:55 +02:00

12 lines
218 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: ubuntu:latest
pull: if-not-exists
commands:
- apt-get update && apt-get install -y iputils-ping
- ./tracert.sh google.com