Fixed drone.yaml for newest woodpecker versions

This commit is contained in:
markus 2022-11-14 16:14:16 +01:00 committed by Scott Wallace
parent 3010ca6507
commit 52164d283a
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -11,9 +11,9 @@ pipeline:
image: alpine image: alpine
commands: commands:
- apk add zip - apk add zip
- ./create_release.sh ${DRONE_COMMIT_SHA:0:8} - ./create_release.sh ${CI_COMMIT_SHA:0:8}
upload: upload:
image: uploader image: uploader
project: tmdb-bot project: tmdb-bot
artifact: lomion.tmdb.${DRONE_COMMIT_SHA:0:8}.mbp artifact: lomion.tmdb.${CI_COMMIT_SHA:0:8}.mbp