Skip to content
Snippets Groups Projects
Commit c0b69911 authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

load pom file from variable

parent 6e668dea
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ sonarqube-check: ...@@ -11,7 +11,7 @@ sonarqube-check:
paths: paths:
- .sonar/cache - .sonar/cache
script: script:
- mvn verify sonar:sonar - mvn -f $POM_FILE verify sonar:sonar
allow_failure: true allow_failure: true
only: only:
- master # or the name of your main branch - master # or the name of your main branch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment