Skip to content
Snippets Groups Projects
Commit d67be292 authored by trantzas's avatar trantzas
Browse files

fix for #33

parent 09ea399d
No related branches found
No related tags found
2 merge requests!46MR for Release 2024Q4,!42Merge develop into side branch
Pipeline #10073 passed
......@@ -3,7 +3,8 @@
stage: build
image: maven:3.9.5-ibm-semeru-17-focal
script:
- mvn deploy -s ci_settings.xml -Dversion=$APP_VERSION
- export MAVEN_OPTS="-Xms1024m -Xmx4096m -XX:MaxPermSize=1024"
- mvn deploy -X -s ci_settings.xml -Dversion=$APP_VERSION
artifacts:
paths:
- target/
......
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