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

Relates to #33

parent ed17739c
No related branches found
No related tags found
2 merge requests!46MR for Release 2024Q4,!42Merge develop into side branch
Pipeline #9627 passed
......@@ -3,7 +3,7 @@
stage: build
image: maven:3.9.5-ibm-semeru-17-focal
script:
- mvn deploy -s ci_settings.xml -Dversion=$APP_VERSION
- mvn deploy -s ci_settings.xml -DskipTests -Dversion=$APP_VERSION
artifacts:
paths:
- target/
......
......@@ -3,7 +3,7 @@
stage: build
image: maven:3.9.5-ibm-semeru-17-focal
script:
- mvn install -s ci_settings.xml
- mvn install -s ci_settings.xml -DskipTests
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