Add bash package to pipeline dependencies
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Amab 2023-01-21 12:45:15 +01:00
parent d90c5c21b1
commit 37d9dc78dd
1 changed files with 2 additions and 2 deletions

View File

@ -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