subvenciones/.drone.yml
Amab f341b4eaa4
Some checks reported errors
continuous-integration/drone/push Build was killed
Disable Download concessions step temporarily
2023-01-21 16:29:05 +01:00

24 lines
508 B
YAML

kind: pipeline
name: default
steps:
- name: Download calls
image: python:alpine
environment:
COOKIE:
from_secret: cookie
commands:
- apk update && apk add wget jq tar gzip bash util-linux
- cd scripts
- chmod +x ./*.sh
- ./calls.sh
- name: Release data
image: plugins/gitea-release
settings:
api_key:
from_secret: api_key
base_url: https://git.cuernodehipnos.es
files: ./*.tar.gz
depends_on:
- Download calls