mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Force checkout
This commit is contained in:
parent
f8a9f61756
commit
a5ea31f2b6
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -16,7 +16,7 @@ _get_repo() (
|
|||
fi
|
||||
git fetch origin
|
||||
git fetch origin --tags
|
||||
git checkout "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build"
|
||||
git checkout -f "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build"
|
||||
)
|
||||
|
||||
OMR_DIST=${OMR_DIST:-openmptcprouter}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue