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