Fixed drone.yaml for newest woodpecker versions
This commit is contained in:
parent
3010ca6507
commit
52164d283a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue