printf error
This commit is contained in:
parent
f17ccce780
commit
e928cee038
|
@ -78,7 +78,9 @@ func doCommit() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// TRY different URL
|
// TRY different URL
|
||||||
os.Setenv("FORGE_URL", "https://forge.grid.wit.com/")
|
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")
|
_, err = me.forge.SubmitDevelPatchSet("forge auto commit")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
badExit(err)
|
badExit(err)
|
||||||
|
|
Loading…
Reference in New Issue