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