mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-25 14:22:15 +00:00
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:
parent
34404141e4
commit
a8b9ec18b0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user