Fix sonar job (#2528)

This commit is contained in:
Maxime Besson 2021-05-12 20:26:24 +02:00
parent 7860e18034
commit 55eb4d31c3
2 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,7 @@ sonar-upload:
stage: deploy
image: sonarsource/sonar-scanner-cli
script:
- sonar-scanner
- /usr/bin/entrypoint.sh
only:
variables:
- $SONARJOB == "1"

View File

@ -1,5 +1,6 @@
#!/bin/sh
apt update
mk-build-deps --install --remove \
--tool "apt-get -o Debug::pkgProblemResolver=yes -q -y" \
debian/control