build: add source in persisted workspace for integration tests

Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana 2020-01-17 17:20:22 +01:00 committed by Leo Di Donato
parent 47c88d05b2
commit bfdd847525

View File

@ -55,9 +55,10 @@ jobs:
name: Build packages name: Build packages
command: /usr/bin/entrypoint package command: /usr/bin/entrypoint package
- persist_to_workspace: - persist_to_workspace:
root: /build root: /
paths: paths:
- release - build/release
- source
- run: - run:
name: Prepare artifacts name: Prepare artifacts
command: | command: |
@ -78,10 +79,8 @@ jobs:
BUILD_TYPE: "release" BUILD_TYPE: "release"
steps: steps:
- setup_remote_docker - setup_remote_docker
- checkout:
path: /source/falco
- attach_workspace: - attach_workspace:
at: /build at: /
- run: - run:
name: Execute integration tests name: Execute integration tests
command: /usr/bin/entrypoint test command: /usr/bin/entrypoint test