Compare commits

..

2 Commits

Author SHA1 Message Date
63a2ec3ff9 Add clone debugging to Woodpecker CI configuration
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 06:11:28 +01:00
f8cabf71b6 Update Woodpecker CI configuration to use environment variables instead of secrets
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 05:52:02 +01:00

View File

@ -1,3 +1,8 @@
clone:
git:
image: woodpeckerci/plugin-git
debug: true
steps: steps:
build: build:
image: alpine:latest image: alpine:latest
@ -18,15 +23,13 @@ steps:
release: release:
image: plugins/gitea-release image: plugins/gitea-release
secrets: [ gitea_token ] environment:
settings: PLUGIN_API_KEY:
api_key:
from_secret: gitea_token from_secret: gitea_token
base_url: https://gitea.wpallstars.com PLUGIN_BASE_URL: https://gitea.wpallstars.com
files: PLUGIN_FILES: plugin-reference-cleaner-*.zip
- plugin-reference-cleaner-*.zip PLUGIN_TITLE: "Release ${CI_COMMIT_TAG}"
title: "Release ${CI_COMMIT_TAG}" PLUGIN_NOTE: "Plugin Reference Cleaner ${CI_COMMIT_TAG}\n\nSee [CHANGELOG.md](https://gitea.wpallstars.com/wpallstars/plugin-reference-cleaner/src/branch/main/CHANGELOG.md) for details."
note: "Plugin Reference Cleaner ${CI_COMMIT_TAG}\n\nSee [CHANGELOG.md](https://gitea.wpallstars.com/wpallstars/plugin-reference-cleaner/src/branch/main/CHANGELOG.md) for details."
when: when:
event: tag event: tag