feature add --recommend-shallow
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Has been cancelled
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Has been cancelled
This commit is contained in:
parent
c2d875c7e4
commit
56584ed326
@ -46,8 +46,9 @@ jobs:
|
|||||||
mkdir qemu && cd qemu
|
mkdir qemu && cd qemu
|
||||||
git init
|
git init
|
||||||
git remote add origin https://gitlab.com/qemu-project/qemu.git
|
git remote add origin https://gitlab.com/qemu-project/qemu.git
|
||||||
git fetch --depth=1 --progress origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
|
git submodule update --init --recursive --recommend-shallow
|
||||||
|
|
||||||
- name: rerun-on-checkout-failure
|
- name: rerun-on-checkout-failure
|
||||||
if: steps.cache-qemu.outputs.cache-hit != 'true' && failure()
|
if: steps.cache-qemu.outputs.cache-hit != 'true' && failure()
|
||||||
|
Loading…
Reference in New Issue
Block a user