mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-08-29 19:12:09 +00:00
try fetch no submodule
This commit is contained in:
parent
d2377758a4
commit
25c6d23bda
2
.github/workflows/android-merge.js
vendored
2
.github/workflows/android-merge.js
vendored
|
@ -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 a new issue