improve ci
This commit is contained in:
parent
802e3055d1
commit
06477249d5
|
@ -28,20 +28,20 @@ steps:
|
|||
-D "$${DEPENDENCIES}" \
|
||||
"$${CI_WORKSPACE}/pkg"
|
||||
|
||||
package-targz:
|
||||
image: alpine
|
||||
commands:
|
||||
- tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg .
|
||||
|
||||
publish:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
base_url: https://git.snaile.de
|
||||
files:
|
||||
- "${CI_REPO_NAME}-${CI_COMMIT_TAG}.tar.gz"
|
||||
api_key:
|
||||
from_secret: gitea_release
|
||||
target: main
|
||||
# package-targz:
|
||||
# image: alpine
|
||||
# commands:
|
||||
# - tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg .
|
||||
#
|
||||
# publish:
|
||||
# image: woodpeckerci/plugin-gitea-release
|
||||
# settings:
|
||||
# base_url: https://git.snaile.de
|
||||
# files:
|
||||
# - "${CI_REPO_NAME}-${CI_COMMIT_TAG}.tar.gz"
|
||||
# api_key:
|
||||
# from_secret: gitea_release
|
||||
# target: main
|
||||
|
||||
publish-xbps:
|
||||
image: ghcr.io/void-linux/void-musl-busybox
|
||||
|
|
Loading…
Reference in New Issue