Skip to content
Snippets Groups Projects
Commit 6d5b7a72 authored by Gerd Aschemann's avatar Gerd Aschemann :speech_balloon:
Browse files

planning#494 Log deploy output to file

parent b8b5a64e
No related branches found
No related tags found
1 merge request!185Bugfix/484 fix sonatype upload
......@@ -70,6 +70,10 @@ deploy:
stage: deploy
before_script: *gpg-setup
script:
- ./mvnw $MAVEN_CLI_OPTS deploy -DskipTests
- ./mvnw $MAVEN_CLI_OPTS deploy -DskipTests -X 2>&1 | tee mvn.log
artifacts:
paths:
- mvn.log
when: always
needs:
- package
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