removed sh

This commit is contained in:
Firq 2025-04-15 23:44:20 +02:00
parent 1cbec0fe78
commit 3f0d0ab3c4
Signed by: Firq
GPG key ID: DCE182BA39C697B2
6 changed files with 6 additions and 26 deletions
.forgejo/workflows

View file

@ -24,9 +24,7 @@ jobs:
- name: Check availability
run: |
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
do
status_code=$(curl -o /dev/null -s -w '%{http_code}' http://website:8081);
echo "Failed with ${status_code} ... Waiting for 5 seconds";
do echo "Waiting...";
sleep 5;
done;
- name: Run unlighthouse
@ -40,11 +38,6 @@ jobs:
with:
name: unlighthouse-reports
path: unlighthouse-reports/
- name: Upload start-script
uses: actions/upload-artifact@v3
with:
name: start
path: start.sh
- name: Upload Dockerfile
uses: actions/upload-artifact@v3
with:
@ -60,10 +53,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dockerfile
- name: Downloading start script
uses: actions/download-artifact@v3
with:
name: start
- name: Downloading static site artifacts
uses: actions/download-artifact@v3
with: