From 37d9dc78ddaecbbeda738e477e3a121edefe7c82 Mon Sep 17 00:00:00 2001 From: Amab Date: Sat, 21 Jan 2023 12:45:15 +0100 Subject: [PATCH] Add bash package to pipeline dependencies --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c109587..7a02c2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,12 @@ name: default steps: - name: Download concessions - image: alpine + image: python:alpine settings: cookie: from_secret: cookie commands: - - apk update && apk add wget jq tar gzip py3-pip + - apk update && apk add wget jq tar gzip bash - pip3 install csvkit - cd scripts - chmod +x concessions.sh