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

Do not run tests when preparing release

Tests have been done some job before.
parent 877fa80f
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,6 @@ site:
release:
stage: release
script:
- mvn $MAVEN_CLI_OPTS assembly:single
- mvn $MAVEN_CLI_OPTS -DskipTests=true assembly:single
only:
- /^release-[.0-9]+$/
\ No newline at end of file
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