worker: add missing continue
This commit is contained in:
parent
0cd7174598
commit
f6f4f1fd9b
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ func RunJob(job worker.Job, store string, kojiServers map[string]koji.GSSAPICred
|
|||
creds, exists := kojiServers[kojiServer.Hostname()]
|
||||
if !exists {
|
||||
r = append(r, fmt.Errorf("Koji server has not been configured: %s", kojiServer.Hostname()))
|
||||
continue
|
||||
}
|
||||
|
||||
k, err := koji.NewFromGSSAPI(options.Server, &creds, transport)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue