mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Force git fetch
This commit is contained in:
parent
12380b3c74
commit
3ecb98175a
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -14,8 +14,8 @@ _get_repo() (
|
|||
else
|
||||
git remote add origin "$2"
|
||||
fi
|
||||
git fetch origin
|
||||
git fetch origin --tags
|
||||
git fetch origin -f
|
||||
git fetch origin --tags -f
|
||||
git checkout -f "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue