tracert/.drone.yml

12 lines
210 B
YAML
Raw Normal View History

2021-09-13 21:25:40 +02:00
kind: pipeline
type: docker
name: default
steps:
- name: test
image: ubuntu:latest
pull: if-not-exists
commands:
2021-09-13 21:28:43 +02:00
- apt update && apt install -y iputils-ping
2021-09-13 21:25:40 +02:00
- ./tracert.sh google.com