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