Update ci.yml
This commit is contained in:
parent
c4e6d2fe38
commit
06ceb89957
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -84,6 +84,7 @@ jobs:
|
|||||||
git clone "$1" --depth 1 --branch "$2" "$3"
|
git clone "$1" --depth 1 --branch "$2" "$3"
|
||||||
fi
|
fi
|
||||||
cd "$3"
|
cd "$3"
|
||||||
|
git submodule deinit --all --force
|
||||||
git remote set-url origin "$1"
|
git remote set-url origin "$1"
|
||||||
git fetch --depth 1 origin "$2"
|
git fetch --depth 1 origin "$2"
|
||||||
git checkout --force --recurse-submodules FETCH_HEAD
|
git checkout --force --recurse-submodules FETCH_HEAD
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user