Installing NodeJs and NPM
continuous-integration/drone/push Build is passing Details

LoginModification
dorian.hodin 2 years ago
parent 97a64fcdd4
commit 3e95d6aeb5

@ -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

Loading…
Cancel
Save