Update .woodpecker/build_release.yml
This commit is contained in:
@@ -11,6 +11,13 @@ when:
|
|||||||
cron: nightly
|
cron: nightly
|
||||||
event: [ cron, release, manual ]
|
event: [ cron, release, manual ]
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
partial: true
|
||||||
|
tags: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
cron_pre_check:
|
cron_pre_check:
|
||||||
image: docker
|
image: docker
|
||||||
@@ -31,6 +38,9 @@ steps:
|
|||||||
gen_tags:
|
gen_tags:
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
|
- echo ${CI_COMMIT_TAG}
|
||||||
|
- git tag
|
||||||
|
- git describe --tags --abbrev=0
|
||||||
- ./gen-tag-list.sh $(git describe --tags --abbrev=0) php-${PHP_VERSION}
|
- ./gen-tag-list.sh $(git describe --tags --abbrev=0) php-${PHP_VERSION}
|
||||||
- cat tags.txt
|
- cat tags.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user