more testing
This commit is contained in:
parent
56b109b19e
commit
30be600910
@ -18,7 +18,7 @@ local pipeline(os, arch) = {
|
||||
name: "gitea_release " + os + "/" + arch,
|
||||
image: "plugins/gitea-release",
|
||||
settings: {
|
||||
api_key: { "$secret": "gitea_api_key" },
|
||||
api_key: { "from_secret": "gitea_api_key" },
|
||||
base_url: "https://git.freifunk-rhein-sieg.net",
|
||||
files: "release/*.tar.gz"
|
||||
},
|
||||
@ -29,14 +29,6 @@ local pipeline(os, arch) = {
|
||||
],
|
||||
};
|
||||
|
||||
local secrets = {
|
||||
kind: "secret",
|
||||
type: "external",
|
||||
data: {
|
||||
"gitea_api_key": "Freifunk-Troisdorf/ubnt-freifunk-map-api#gitea_api_key",
|
||||
},
|
||||
};
|
||||
|
||||
[
|
||||
pipeline("linux", "amd64"),
|
||||
pipeline("linux", "arm64"),
|
||||
|
Loading…
Reference in New Issue
Block a user