.
This commit is contained in:
parent
50c642250a
commit
09e0b48927
@ -1,14 +1,14 @@
|
||||
{[
|
||||
[
|
||||
{
|
||||
"workflows": "direct",
|
||||
"workflows": ["direct"],
|
||||
"organization": "autogits",
|
||||
"git_project_name": "MyPrj"
|
||||
},
|
||||
{
|
||||
"workflows": "direct",
|
||||
"workflows": ["direct"],
|
||||
"organization": "autogits",
|
||||
"git_project_name": "HiddenPrj",
|
||||
"branch": "hidden"
|
||||
}
|
||||
]}
|
||||
]
|
||||
|
||||
|
@ -222,7 +222,7 @@ func main() {
|
||||
|
||||
configs, err := common.ReadWorkflowConfigsFile(*workflowConfig)
|
||||
if err != nil {
|
||||
log.Fatalf("Error reading config file. err: %v", err)
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
configuredRepos = make(map[string]*common.AutogitConfig)
|
||||
|
Loading…
Reference in New Issue
Block a user