#0000 - dump installed version at the end of the pipe
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
894c848c24
commit
626d91d9c0
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ RUN apt-get update && \
|
|||
cd /root/ && \
|
||||
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip && \
|
||||
unzip sonar-scanner-cli-5.0.1.3006-linux.zip && \
|
||||
ln -sf /root/sonar-scanner-5.0.1.3006-linux/bin/sonar-scanner /usr/local/bin/sonar-scanner
|
||||
ln -sf /root/sonar-scanner-5.0.1.3006-linux/bin/sonar-scanner /usr/local/bin/sonar-scanner && \
|
||||
/usr/local/bin/sonar-scanner --version
|
||||
|
|
Loading…
Reference in a new issue