fix(circleci): properly set BUILD_DIR and SOURCE_DIR to /build and /source respectively.

Inside job "build-arm64" these are the locations used inside the container.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2022-06-29 14:08:32 +02:00 committed by poiana
parent 34404141e4
commit a8b9ec18b0

View File

@ -180,7 +180,7 @@ jobs:
- run:
name: Execute integration tests
command: |
docker run -e BUILD_TYPE="release" -e BUILD_DIR="/build-arm64" -e SOURCE_DIR="/source-arm64" -it -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/source-arm64:/source-arm64 -v /tmp/build-arm64:/build-arm64 \
docker run -e BUILD_TYPE="release" -e BUILD_DIR="/build" -e SOURCE_DIR="/source" -it -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/source-arm64:/source -v /tmp/build-arm64:/build \
falcosecurity/falco-tester:latest \
test
- store_test_results: