From 0964866931209e25083390ca3b3a1741906baea7 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Tue, 23 Jul 2019 14:40:15 -0700 Subject: [PATCH] no need to store safety only misra output anymore --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fdafd3da1846bf..d74c1a20e09686 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,13 +32,6 @@ jobs: - store_artifacts: name: Store misra test output path: /tmp/misra/misra_output.txt - - store_artifacts: - name: Store cppcheck safety test output - path: /tmp/misra/cppcheck_safety_output.txt - - store_artifacts: - name: Store misra safety test output - path: /tmp/misra/misra_safety_output.txt - build: machine: