From c252dad4535572e1a5390edd4e5ef5c48c6614ec Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 13 Sep 2021 21:28:43 +0200 Subject: [PATCH] add .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index cee333d..2b0b427 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,5 @@ steps: image: ubuntu:latest pull: if-not-exists commands: + - apt update && apt install -y iputils-ping - ./tracert.sh google.com