From 68c5e4acb226365c0afcaa5b51d26bac35a10e1f Mon Sep 17 00:00:00 2001 From: Amab Date: Sat, 21 Jan 2023 12:51:11 +0100 Subject: [PATCH] Add util-linux package to pipeline dependencies --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7a02c2c..67692f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: cookie: from_secret: cookie commands: - - apk update && apk add wget jq tar gzip bash + - apk update && apk add wget jq tar gzip bash util-linux - pip3 install csvkit - cd scripts - chmod +x concessions.sh