.drone.yml update (SonarQube)

AdminInterface
dorian.hodin 2 years ago
parent 7fe4e97dfa
commit 72a21965e4

@ -11,7 +11,8 @@ steps:
- name: setup_PHP_for_SonarQube - name: setup_PHP_for_SonarQube
image: php:8.1 image: php:8.1
environment: environment:
SONAR_TOKEN: squ_9c3077de9c4cd738c450732a1d230c0bda513a5e SONAR_TOKEN:
from_secret: SONARQ_TOKEN
commands: commands:
- apt-get update && apt-get install -y unzip - apt-get update && apt-get install -y unzip
- export SONAR_SCANNER_VERSION=4.7.0.2747 - export SONAR_SCANNER_VERSION=4.7.0.2747

Loading…
Cancel
Save