tracert/.drone.yml
Kim c252dad453
All checks were successful
continuous-integration/drone/push Build is passing
add .drone.yml
2021-09-13 21:28:43 +02:00

12 lines
210 B
YAML

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