Skip to content
Snippets Groups Projects
Commit e7e1b075 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Group actions in single job

parent 3bfa6fa1
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,9 @@ variables:
verify:
stage: verify
script:
- mvn $MAVEN_CLI_OPTS verify site
- mvn $MAVEN_CLI_OPTS verify
- mvn $MAVEN_CLI_OPTS site
- mvn $MAVEN_CLI_OPTS sonar:sonar -Dsonar.login=${SONAR_TOKEN} -Dsonar.branch.name=${CI_COMMIT_REF_NAME}
artifacts:
paths:
- target/*.jar
......@@ -42,8 +44,3 @@ release:
- target/*.zip
only:
- /^release-[.0-9]+$/
qa:
stage: qa
script:
- mvn $MAVEN_CLI_OPTS test-compile sonar:sonar -Dsonar.login=${SONAR_TOKEN} -Dsonar.branch.name=${CI_COMMIT_REF_NAME}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment