Skip to content
Snippets Groups Projects
Commit fd67f081 authored by lcottret's avatar lcottret
Browse files

debug gitlab ci

parent 96cf60c3
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,9 @@ deployCentral:
script:
- git config --global user.email "$env:GITLAB_USER_EMAIL"
- git config --global user.name "$env:GITLAB_USER_NAME"
- mvn $MAVEN_CLI_OPTS --batch-mode release:prepare -DautoVersionSubmodules=true -Dmaven.test.skip=true
- mvn $MAVEN_CLI_OPTS --batch-mode release:prepare -DautoVersionSubmodules=true -Dmaven.test.skip=true -DpushChanges=false
- mvn release:perform -DpushChanges=false
- git pusj --tags
- git push --tags
only:
- /^release.*$/
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