add output for git ls-remote calls
parent
18e48a2ba1
commit
96f7d7bf7b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue