diff --git a/Jenkinsfile b/Jenkinsfile index 64a466e..7f77992 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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''' } } } diff --git a/README.md b/README.md index d2669ad..3b416e3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ sudo docker run --rm -i \ -e PORT= \ -e SSL= \ -t lsiodev/ci:latest \ -python /ci/ci.py +python test_build.py ``` The following line is only in this repo for loop testing: diff --git a/readme-vars.yml b/readme-vars.yml index be6a159..8a763f9 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -52,7 +52,7 @@ full_custom_readme: | -e PORT= \ -e SSL= \ -t lsiodev/ci:latest \ - python /ci/ci.py + python test_build.py ``` The following line is only in this repo for loop testing: