From 5f3a9232d40a9372e441253df113b3862d21a391 Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 13 Sep 2021 21:25:40 +0200 Subject: [PATCH] add .drone.yml --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cee333d --- /dev/null +++ b/.drone.yml @@ -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