tracert/.drone.yml

12 lines
218 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:31:55 +02:00
- apt-get update && apt-get install -y iputils-ping
2021-09-13 21:25:40 +02:00
- ./tracert.sh google.com