Compare commits

...

2 Commits

Author SHA1 Message Date
Amab c90d00b005 Revert "Disable Download concessions step temporarily"
continuous-integration/drone/push Build was killed Details
This reverts commit 3094902af1.
2023-01-21 16:32:43 +01:00
Amab ce76d4c0cb Revert "Disable Download concessions step temporarily"
This reverts commit f341b4eaa4.
2023-01-21 16:32:40 +01:00
1 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,17 @@ kind: pipeline
name: default
steps:
- name: Download concessions
image: python:alpine
environment:
COOKIE:
from_secret: cookie
commands:
- apk update && apk add wget jq tar gzip bash util-linux
- pip3 install csvkit
- cd scripts
- chmod +x ./*.sh
- ./concessions.sh
- name: Download calls
image: python:alpine
environment:
@ -20,4 +31,5 @@ steps:
base_url: https://git.cuernodehipnos.es
files: ./*.tar.gz
depends_on:
- Download concessions
- Download calls