diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 14:23:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 14:23:01 -0500 |
| commit | f17ccce7805a8b6cde4c4fe153746cd3c9f8fa1e (patch) | |
| tree | 5d9717bef567269e458d4a6e670baa7fffa4e018 /doCommit.go | |
| parent | 31c2a90f027cc65603dbc43066c74f5df8d05d9b (diff) | |
attempt to fix URL
Diffstat (limited to 'doCommit.go')
| -rw-r--r-- | doCommit.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doCommit.go b/doCommit.go index d7b9196..452fcd4 100644 --- a/doCommit.go +++ b/doCommit.go @@ -76,6 +76,11 @@ func doCommit() { _, err := me.forge.SubmitDevelPatchSet("forge auto commit") if err != nil { + // TRY different URL + os.Setenv("FORGE_URL", "https://forge.grid.wit.com/") + } + _, err = me.forge.SubmitDevelPatchSet("forge auto commit") + if err != nil { badExit(err) } log.Info("git commit ok. forge done") |
