Skip to content
Snippets Groups Projects
Commit fcb6a234 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#1 Try out deploy snapshot

parent 27515ef5
Branches
Tags
No related merge requests found
Pipeline #1066 failed
......@@ -36,15 +36,11 @@ deploy-gitlab:
script:
- echo "mvn deploy -Pgitlab-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS"
- mvn deploy -Pgitlab-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
only:
- main
- release
deploy-nexus:
stage: deploy
script:
- echo "mvn deploy -Pnexus-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS"
- mvn deploy -Pnexus-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
only:
- main
- release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment