mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Revert previous commit
This commit is contained in:
parent
39e092a2ad
commit
07741d2a03
1 changed files with 0 additions and 1 deletions
1
build.sh
1
build.sh
|
@ -10,7 +10,6 @@ _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