removed sh
This commit is contained in:
parent
1cbec0fe78
commit
3f0d0ab3c4
6 changed files with 6 additions and 26 deletions
.forgejo/workflows
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue