ci: limit clone to shallow depth without tags
ci/woodpecker/push/woodpecker Pipeline failed

Adds PLUGIN_TAGS=false and PLUGIN_DEPTH=1 to plugin-git clone steps
to avoid fetching all tags on every CI run.
This commit is contained in:
Oleks
2026-03-15 13:44:03 +02:00
parent 2828abdfd4
commit 4a50fe3f31
+2
View File
@@ -12,6 +12,8 @@ clone:
CI_NETRC_USERNAME: oleks
CI_NETRC_PASSWORD:
from_secret: gitea_clone_token
PLUGIN_TAGS: "false"
PLUGIN_DEPTH: "1"
# Build packages for each architecture in parallel
steps: