Skip to content

Commit 51d6555

Browse files
committed
minor: check circle ci output
1 parent 30fdb36 commit 51d6555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
# this step, as we would kill web server when step is complete.
4747
cd /root/project
4848
mvn sonar:sonar -Dsonar.login=admin -Dsonar.password=admin
49+
- store_artifacts:
50+
path: /root/project/target/sonar/checkstyle-result.xml
4951
- run:
5052
name: Check logs for error
5153
command: grep "ERROR" /opt/sonarqube/logs/* || test $? = 1

0 commit comments

Comments
 (0)