From 1cbec0fe78b9f32d6eaabb5b73c648e477e68c14 Mon Sep 17 00:00:00 2001 From: Firq <me@firq.dev> Date: Tue, 15 Apr 2025 23:23:09 +0200 Subject: [PATCH] debugging 2 --- .forgejo/workflows/unlighthouse.yml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index ad197b5..0ede834 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index a5fa590..1ed6a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@firq/fgosite", - "version": "0.2.0-pre.100", + "version": "0.2.0-pre.101", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@firq/fgosite", - "version": "0.2.0-pre.100", + "version": "0.2.0-pre.101", "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", diff --git a/package.json b/package.json index 61e29b5..67358fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.100", + "version": "0.2.0-pre.101", "private": true, "scripts": { "dev": "astro dev",