From c60ca18fc8cb4aa289039696ebb27484ee04b3b4 Mon Sep 17 00:00:00 2001 From: Greizgh Date: Tue, 30 Jul 2019 21:55:59 +0200 Subject: [PATCH] Always fetch reference from origin repo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d4464ed..346c76d 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ if [ ! -d "$SRC" ]; then fi cd "$SRC" || exit git fetch -git checkout "$REF" +git checkout "origin/$REF" cd - || exit # Prepare EnvFile