From cbd3d7c749d5cc32c6be6d0faa94972262d51246 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 10 Feb 2024 18:32:15 +0100 Subject: [PATCH] improve CI --- .woodpecker.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 763f483..0d3799d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,6 @@ when: - event: tag + - event: manual steps: build: @@ -27,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