diff --git a/Jenkinsfile b/Jenkinsfile index bf0ead6..00f613f 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -673,7 +673,7 @@ pipeline { -e DO_REGION="ams3" \ -e DO_BUCKET="lsio-ci" \ -t ghcr.io/linuxserver/ci:latest \ - python /ci/ci.py''' + python3 test_build.py''' } } }