Commit 20200ad
authored
Fix sync-versions SSH auth on older release branches (#4545)
The GIT_CLONE_URL_BASE variable only exists on master, so passing it on
the command line has no effect on older release branches where the SSH
URL is hardcoded. Use git's insteadOf config to rewrite SSH URLs to
HTTPS at the git level, which works regardless of the Makefile version.1 parent 7382e0c commit 20200ad
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments