From c1bb2b37efc64964b875ec95d6133dd7c024f54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Sun, 14 May 2023 14:45:26 +0200 Subject: [PATCH] fix drone yaml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 011abfa..964f5fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: clone_github image: ubuntu - script: + commands: - apt update - apt install -y git - git clone https://github.com/librespeed/speedtest-go.git .