diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 34541011e9..e7a50d931a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -70,14 +70,8 @@ task: memory: 1G # For faster CI feedback, immediately schedule the linters << : *CREDITS_TEMPLATE - setup_script: - - set -o errexit; source ./ci/test/00_setup_env.sh - install_script: - - set -o errexit; source ./ci/lint/04_install.sh - before_script: - - set -o errexit; source ./ci/lint/05_before_script.sh lint_script: - - set -o errexit; source ./ci/lint/06_script.sh + - ./ci/lint_run_all.sh task: name: 'ARM [unit tests, no functional tests] [buster]' |