From 3d1942fe893f8390dc73b6aa25a5b83f03b74fd7 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Wed, 15 Jan 2020 15:36:33 +0100 Subject: [PATCH] build: persist only build folder Signed-off-by: Lorenzo Fontana --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3bf7b970..7a295bab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,9 +55,9 @@ jobs: name: build packages command: /usr/bin/entrypoint package - persist_to_workspace: - root: / + root: /build paths: - - build + - release - run: command: | mkdir -p /tmp/packages @@ -66,6 +66,7 @@ jobs: cp /build/release/*.rpm /tmp/packages - store_artifacts: path: /tmp/packages + destination: /packages # execute integration tests based on the build results coming from the "build/centos7" job "tests/integration": docker: @@ -79,7 +80,7 @@ jobs: - checkout: path: /source/falco - attach_workspace: - at: / + at: /build - run: name: execute integration tests command: /usr/bin/entrypoint test