Skip to content

Commit 2c7fff2

Browse files
committed
docker-compose: map sonar scan job to new sonar docker image
Signed-off-by: Mihai Tudor Panu <[email protected]>
1 parent e3d0540 commit 2c7fff2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docker-compose.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,10 @@ services:
7878
command: bash -c "./scripts/run-cmake.sh && make -Cbuild -j8 npmpkg"
7979

8080
sonar-scan:
81-
extends: all
81+
extends: base
82+
image: inteliotdevkit/upm-sonar
8283
environment:
83-
- BUILDSWIGPYTHON=ON
84-
- BUILDSWIGNODE=ON
85-
- BUILDSWIGJAVA=ON
86-
- BUILDEXAMPLES=ON
84+
- BUILDTESTS=OFF
8785
- SONAR_TOKEN
8886
- SONAR_ORG
8987
- SONAR_PROJ_KEY

0 commit comments

Comments
 (0)