build/cloudfns
Dmitri Shuralyov 8c598b7262 cloudfns/sendwikidiff: fix temporary repo clone path on Windows
tempRepoDir used path.Join (not filepath.Join) and url.PathEscape,
which aren't suited for file path manipulation, causing git clone
to fail to clone the repository on Windows. Fix that.

Since there's only one repoURL constant, simplify the tempRepoDir
function to be one variable alongside repoURL.

Change-Id: I74d0f78a1d79a0456444eaf2a3f4479d383503e9
Reviewed-on: https://go-review.googlesource.com/c/build/+/501196
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2023-06-07 15:57:38 +00:00
..
sendwikidiff cloudfns/sendwikidiff: fix temporary repo clone path on Windows 2023-06-07 15:57:38 +00:00
wikiwebhook cloudfns: merge nested modules into root module, update Go runtime 2023-05-05 17:01:41 +00:00