From 6f3e5ffdbff02f1b38e037f18bc9acd45cd84afd Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Tue, 18 Dec 2018 20:48:44 +0100 Subject: [PATCH] Retry --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index e44ab53f9..13f730596 100755 --- a/build.sh +++ b/build.sh @@ -9,6 +9,7 @@ comp_type=$4 branch=$5 if [ x"$branch" == x"" ]; then + echo "Getting branch from git" branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3) fi -- GitLab