From caaf968b0d0e4a3f1d71f778196278a6f0418138 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 13 Feb 2023 21:01:54 +0100 Subject: [PATCH] Zblefg apparently that ls-remote test doesnt work --- lib/common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/common.sh b/lib/common.sh index e62b10a..a390283 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -258,8 +258,6 @@ function fetch_package_to_test() { log_critical "Unable to find a default branch to test (master or stable)" fi fi - else ! git ls-remote --quiet --exit-code $path_to_package_to_test ${gitbranch##-b } >/dev/null - log_critical "Branch ${gitbranch##-b } doesn't exists (anymore?) ?" fi log_info " on branch ${gitbranch##-b }"