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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user