try fetch no submodule
parent
d2377758a4
commit
25c6d23bda
|
|
@ -187,7 +187,7 @@ async function resetBranch(execa) {
|
||||||
let hasFailed = false;
|
let hasFailed = false;
|
||||||
try {
|
try {
|
||||||
await execa("git", ["remote", "add", "source", "https://github.com/yuzu-emu/yuzu.git"]);
|
await execa("git", ["remote", "add", "source", "https://github.com/yuzu-emu/yuzu.git"]);
|
||||||
await execa("git", ["fetch", "source"]);
|
await execa("git", ["fetch","--no-recurse-submodules", "source"]);
|
||||||
const process1 = await execa("git", ["rev-parse", "source/master"]);
|
const process1 = await execa("git", ["rev-parse", "source/master"]);
|
||||||
const headCommit = process1.stdout;
|
const headCommit = process1.stdout;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue