Added a more silent argument to the install command.
Some checks failed
changelog / changelog (push) Successful in 16s
check-and-test / check-and-test (push) Failing after 23s

This commit is contained in:
2025-08-07 09:17:05 +02:00
parent b9957b4d12
commit 1567ab1063

View File

@@ -37,7 +37,7 @@ spec:
- sh
- -c
- |
echo 'Waiting for gitea...'
echo 'Waiting for gitea... trying: {{ include "gitea.actions.local_root_url" . }}'
while ! wget -qO- {{ include "gitea.actions.local_root_url" . }} > /dev/null; do
sleep 2
done
@@ -50,7 +50,7 @@ spec:
- sh
- -c
- |
apk add --no-cache docker-cli gettext
apk add --no-cache docker-cli gettext > /dev/null
echo "Waiting for Docker daemon..."
until docker info > /dev/null 2>&1; do
sleep 2