From 7b4c8877aceec093c5fca9c7ad040b6eecc8059f Mon Sep 17 00:00:00 2001 From: Stefan Wildemann Date: Tue, 1 Oct 2019 09:15:42 +0200 Subject: fix:circleci: do not download build environment for sanity check (#891) and reenable xml lint for all configurations shipped. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index b4fef97e0..f89d922c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: - checkout - run: name: Setup requirements - command: bash scripts/setup_common_requirements.sh + command: bash scripts/setup_sanitycheck_requirements.sh - run: name: run sanity check script command: bash scripts/ci_sanity_checks.sh -- cgit v1.2.1