update readme,jenkins file

This commit is contained in:
Marius 2022-06-05 18:15:40 +02:00
parent e9c0b96b14
commit 8b4753b9cd
3 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -624,7 +624,7 @@ pipeline {
-e DO_REGION="ams3" \
-e DO_BUCKET="lsio-ci" \
-t ghcr.io/linuxserver/ci:latest \
python /ci/ci.py'''
python test_build.py'''
}
}
}

View File

@ -49,7 +49,7 @@ sudo docker run --rm -i \
-e PORT=<optional, port web application listens on internal docker port> \
-e SSL=<optional , use ssl for the screenshot true/false> \
-t lsiodev/ci:latest \
python /ci/ci.py
python test_build.py
```
The following line is only in this repo for loop testing:

View File

@ -52,7 +52,7 @@ full_custom_readme: |
-e PORT=<optional, port web application listens on internal docker port> \
-e SSL=<optional , use ssl for the screenshot true/false> \
-t lsiodev/ci:latest \
python /ci/ci.py
python test_build.py
```
The following line is only in this repo for loop testing: