From 6bcc11aa47d48b83ccd5e8e071661428e01f4be7 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Mon, 28 Sep 2020 15:42:27 +0200 Subject: [PATCH] build: standalone static analysis step Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- .circleci/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9809fdd7..61b46852 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -319,8 +319,8 @@ jobs: yum update -y yum install epel-release -y yum install cppcheck cppcheck-htmlreport -y - - attach_workspace: - at: / + - checkout: + path: /source/falco - run: name: Prepare project command: /usr/bin/entrypoint cmake @@ -573,10 +573,7 @@ workflows: requires: - "publish/packages-dev" - "tests/driver-loader/integration" - - "quality/static-analysis": - context: falco - requires: - - "build/centos7" + - "quality/static-analysis" release: jobs: - "build/musl":