debugging 2
This commit is contained in:
parent
3814b179ce
commit
1cbec0fe78
3 changed files with 5 additions and 5 deletions
.forgejo/workflows
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue