almost there
This commit is contained in:
parent
43c6af4a8b
commit
eb9dea5dd0
|
@ -77,8 +77,8 @@ func patchSubmitAndExit() {
|
|||
_, err := me.forge.SubmitDevelPatchSet("forge auto commit")
|
||||
if err != nil {
|
||||
// TRY different URL
|
||||
os.Setenv("FORGE_URL", "https://forge.grid.wit.com/")
|
||||
log.Info("GOING TO TRY AGAIN", os.Getenv("FORGE_URL"), err)
|
||||
me.forge.SetForgeURL("https://forge.grid.wit.com/")
|
||||
log.Info("GOING TO TRY AGAIN", me.forge.GetForgeURL())
|
||||
}
|
||||
|
||||
_, err = me.forge.SubmitDevelPatchSet("forge auto commit")
|
||||
|
|
Loading…
Reference in New Issue