add output for git ls-remote calls

main
Andre 2026-02-04 14:07:35 +01:00
parent 18e48a2ba1
commit 96f7d7bf7b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ wait_for_git_repository() {
fi
while true; do
if git ls-remote --heads "$DADI_STAGING_REPOSITORY" &>/dev/null; then
if git ls-remote --heads "$DADI_STAGING_REPOSITORY"; then
echo "✓ Git repository is reachable!"
return 0
fi