From 07741d2a031e1ce0464d59394cc055a09cb667ee Mon Sep 17 00:00:00 2001 From: Ycarus Date: Tue, 27 Feb 2018 22:32:32 +0100 Subject: [PATCH] Revert previous commit --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 7fd25586..62f87da8 100755 --- a/build.sh +++ b/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" }