Re-enable all steps on pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Amab 2023-01-22 18:25:07 +01:00
parent 9bf87100ba
commit bcec4f36d7
1 changed files with 14 additions and 14 deletions

View File

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