diff --git a/.drone.yml b/.drone.yml index 7d9dc0d..9c4e86c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: SONAR_TOKEN: from_secret: SONARQ_TOKEN commands: - - apt-get update && apt-get install -y unzip + - apt-get update && apt-get install -y unzip nodejs npm - export SONAR_SCANNER_VERSION=4.7.0.2747 - export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux - curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip