printf error
This commit is contained in:
parent
f17ccce780
commit
e928cee038
|
@ -78,7 +78,9 @@ func doCommit() {
|
|||
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)
|
||||
}
|
||||
|
||||
_, err = me.forge.SubmitDevelPatchSet("forge auto commit")
|
||||
if err != nil {
|
||||
badExit(err)
|
||||
|
|
Loading…
Reference in New Issue