update drone

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-04-13 17:04:38 +02:00
parent 5948417cee
commit d84f3043ca
9 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ var targets = map[string]string{
func main() {
fmt.Println("Getting relevant packages")
paths, err := filepath.Glob("../../*/pkg/config/defaults/defaultconfig.go")
paths, err := filepath.Glob("../../extensions/*/pkg/config/defaults/defaultconfig.go")
if err != nil {
log.Fatal(err)
}
@@ -15,7 +15,7 @@ import (
func main() {
replacer := strings.NewReplacer(
"github.com/owncloud/ocis/", "",
"github.com/owncloud/ocis/extensions/", "",
"/pkg/config/defaults", "",
)
cfg := map[string]string{
+1 -1
View File
@@ -28,7 +28,7 @@ if err != nil {
log.Fatal(err)
}
replacer := strings.NewReplacer(
"github.com/owncloud/ocis/", "",
"github.com/owncloud/ocis/extensions/", "",
"/pkg/config/defaults", "",
)
var fields []ConfigField