From 8b4753b9cd5b6c4702b19971cd9ce315e868106a Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sun, 5 Jun 2022 18:15:40 +0200 Subject: [PATCH] update readme,jenkins file --- Jenkinsfile | 2 +- README.md | 2 +- readme-vars.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: