Skip to content
Snippets Groups Projects
Commit 7c4d66e4 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[misc] Add missing docker profile to testrelease build

parent 1d543487
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ def builds = [ ...@@ -99,7 +99,7 @@ def builds = [
build( build(
name: 'TestRelease', name: 'TestRelease',
goals: 'clean install', goals: 'clean install',
profiles: 'hsqldb,jetty,legacy,integration-tests,standalone,flavor-integration-tests,distribution', profiles: 'hsqldb,jetty,legacy,integration-tests,standalone,flavor-integration-tests,distribution,docker',
properties: '-DskipTests -DperformRelease=true -Dgpg.skip=true -Dxwiki.checkstyle.skip=true', properties: '-DskipTests -DperformRelease=true -Dgpg.skip=true -Dxwiki.checkstyle.skip=true',
xvnc: false xvnc: false
) )
......
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