Added a more silent argument to the install command.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user