diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-12-17 11:42:09 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-12-18 07:40:57 +0100 |
commit | faeb40bee3bca9477785659d89af53cafa2333b5 (patch) | |
tree | 5e3e4ca3f5832d4d34c378416f59cccf26d00e23 /.cirrus.yml | |
parent | 9b28bd73a33bdadbc5ac44b101edb58418aee6c3 (diff) |
ci: Install missing lint packages
Also merge script into ci/lint_run_all.sh because env vars weren't
exported properly
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]' |