debugging 2

This commit is contained in:
Firq 2025-04-15 23:23:09 +02:00
parent 3814b179ce
commit 1cbec0fe78
Signed by: Firq
GPG key ID: DCE182BA39C697B2
3 changed files with 5 additions and 5 deletions
.forgejo/workflows

View file

@ -25,8 +25,8 @@ jobs:
run: |
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
do
echo "Waiting...";
echo "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081 || echo '000')"
status_code=$(curl -o /dev/null -s -w '%{http_code}' http://website:8081);
echo "Failed with ${status_code} ... Waiting for 5 seconds";
sleep 5;
done;
- name: Run unlighthouse