diff --git a/Jenkinsfile b/Jenkinsfile index dacaf65..082f2a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -218,9 +218,9 @@ PY ;; esac set +e - docker buildx build --platform "${TEST_PLATFORM_RESOLVED}" --target test --load -t atlasbot-test . \ + docker buildx build --platform "${TEST_PLATFORM_RESOLVED}" --target test --load -t atlasbot-test . \ && docker run --rm -v "$PWD/build:/out" atlasbot-test \ - python -m ruff check atlasbot testing scripts --select E,F,W,B,C90,I,PLR,RUF,SIM,UP,ARG --ignore E501 \ + python -m ruff check atlasbot scripts --select E,F,W,B,C90,I,RUF,ARG --ignore E501 \ && docker run --rm -v "$PWD/build:/out" atlasbot-test \ python scripts/check_file_sizes.py --root atlasbot --max-lines 500 \ && docker run --rm -v "$PWD/build:/out" atlasbot-test \