diff --git a/.drone.yml b/.drone.yml index 743c6f9..bf0a86b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,17 +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 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: @@ -30,6 +30,6 @@ steps: from_secret: api_key base_url: https://git.cuernodehipnos.es files: ./*.tar.gz - #depends_on: - #- Download concessions - #- Download calls + depends_on: + - Download concessions + - Download calls