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