From 52164d283aca0a6eebde203c7935b20b3caf3818 Mon Sep 17 00:00:00 2001 From: markus Date: Mon, 14 Nov 2022 16:14:16 +0100 Subject: [PATCH] Fixed drone.yaml for newest woodpecker versions --- drone.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drone.yaml b/drone.yaml index e8a40f5..c3c675b 100644 --- a/drone.yaml +++ b/drone.yaml @@ -11,9 +11,9 @@ pipeline: image: alpine commands: - apk add zip - - ./create_release.sh ${DRONE_COMMIT_SHA:0:8} - + - ./create_release.sh ${CI_COMMIT_SHA:0:8} + upload: image: uploader project: tmdb-bot - artifact: lomion.tmdb.${DRONE_COMMIT_SHA:0:8}.mbp + artifact: lomion.tmdb.${CI_COMMIT_SHA:0:8}.mbp