From bfdd847525aded07c3668ae3bc3eab451eae8239 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Fri, 17 Jan 2020 17:20:22 +0100 Subject: [PATCH] build: add source in persisted workspace for integration tests Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cad7fda9..167af6ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,9 +55,10 @@ jobs: name: Build packages command: /usr/bin/entrypoint package - persist_to_workspace: - root: /build + root: / paths: - - release + - build/release + - source - run: name: Prepare artifacts command: | @@ -78,10 +79,8 @@ jobs: BUILD_TYPE: "release" steps: - setup_remote_docker - - checkout: - path: /source/falco - attach_workspace: - at: /build + at: / - run: name: Execute integration tests command: /usr/bin/entrypoint test