Fix cookie environment variable name in pipeline config
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Amab 2023-01-21 13:04:19 +01:00
parent ac9eeb026a
commit 9b6c7b7d36
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ steps:
- name: Download concessions
image: python:alpine
secrets:
cookie:
COOKIE:
from_secret: cookie
commands:
- apk update && apk add wget jq tar gzip bash util-linux