We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710803a commit 22249ceCopy full SHA for 22249ce
wercker.yml
@@ -20,12 +20,8 @@ build:
20
echo "POM_VERSION="$POM_VERSION
21
mvn package -Pno-validations
22
cp checkstyle-sonar-plugin/target/checkstyle-sonar-plugin-$POM_VERSION.jar /opt/sonarqube/extensions/plugins/
23
- pwd
24
cd /opt/sonarqube/
25
26
- ls -la
27
- ls -la logs/
28
- rm logs/*.*
+ rm -f logs/*.*
29
./bin/run.sh &
30
echo "sleeping 30 to let sonar start up"
31
sleep 30
0 commit comments