mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Zblefg apparently that ls-remote test doesnt work
This commit is contained in:
parent
a4013e414d
commit
caaf968b0d
1 changed files with 0 additions and 2 deletions
|
@ -258,8 +258,6 @@ function fetch_package_to_test() {
|
||||||
log_critical "Unable to find a default branch to test (master or stable)"
|
log_critical "Unable to find a default branch to test (master or stable)"
|
||||||
fi
|
fi
|
||||||
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
|
fi
|
||||||
|
|
||||||
log_info " on branch ${gitbranch##-b }"
|
log_info " on branch ${gitbranch##-b }"
|
||||||
|
|
Loading…
Add table
Reference in a new issue