1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fixed pipe before parameter

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2022-12-08 16:31:29 +01:00 committed by Niklas Eiling
parent 4808092e3a
commit 65a9a85456

View file

@ -72,8 +72,8 @@ test:cppcheck:
gpu/
src/
lib/
tests/unit/ | tee cppcheck.log
-igpu/thirdparty
tests/unit/
-igpu/thirdparty | tee cppcheck.log
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
dependencies:
- build:source