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

remove -e flag

parent ca64cee5
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ sonarqube-check: ...@@ -13,7 +13,7 @@ sonarqube-check:
script: script:
- mkdir -p $CI_PROJECT_DIR/.m2 - mkdir -p $CI_PROJECT_DIR/.m2
- cp $MAVEN_SETTINGS_XML $CI_PROJECT_DIR/.m2/settings.xml - cp $MAVEN_SETTINGS_XML $CI_PROJECT_DIR/.m2/settings.xml
- mvn $MAVEN_CLI_OPTS -f $POM_FILE verify sonar:sonar -e - mvn $MAVEN_CLI_OPTS -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