Added a more silent argument to the install command.
This commit is contained in:
@@ -37,7 +37,7 @@ spec:
|
|||||||
- sh
|
- sh
|
||||||
- -c
|
- -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
|
while ! wget -qO- {{ include "gitea.actions.local_root_url" . }} > /dev/null; do
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
@@ -50,7 +50,7 @@ spec:
|
|||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
apk add --no-cache docker-cli gettext
|
apk add --no-cache docker-cli gettext > /dev/null
|
||||||
echo "Waiting for Docker daemon..."
|
echo "Waiting for Docker daemon..."
|
||||||
until docker info > /dev/null 2>&1; do
|
until docker info > /dev/null 2>&1; do
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|||||||
Reference in New Issue
Block a user