mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 20:31:54 +00:00
Force remove of local files
This commit is contained in:
parent
6e71179f84
commit
39e092a2ad
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -10,6 +10,7 @@ _get_repo() {
|
|||
git -C "$1" remote set-url origin "$2"
|
||||
git -C "$1" fetch origin
|
||||
git -C "$1" fetch origin --tags
|
||||
git -C "$1" reset --hard "origin/$3"
|
||||
git -C "$1" checkout "origin/$3" -B "build" || git -C "$1" checkout "$3" -B "build"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue