Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
met4j
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
metexplore
met4j
Commits
5367cd4a
Commit
5367cd4a
authored
1 year ago
by
lcottret
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix/fixDeployCentral2'
parents
ec95dc18
a64946e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-2
5 additions, 2 deletions
.gitlab-ci.yml
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
5
−
2
View file @
5367cd4a
...
...
@@ -144,8 +144,11 @@ deployCentral:
-
export GPG_TTY=$(tty)
-
gpg -v --batch --import <(echo "${GPG_PRIVATE_KEY}")
script
:
-
mvn $MAVEN_CLI_OPTS release:prepare -DautoVersionSubmodules=true -Dmaven.test.skip=true -DscmCommentPrefix="[skip ci]" -DupdateWorkingCopyVersions=false -DpushChanges=false
-
mvn $MAVEN_CLI_OPTS release:perform -Darguments=-Dgpg.passphrase=${GPG_PASSPHRASE} -DlocalCheckout=true
-
git config --global user.email "$env:GITLAB_USER_EMAIL"
-
git config --global user.name "$env:GITLAB_USER_NAME"
-
git checkout -B "$CI_COMMIT_REF_NAME"
-
mvn $MAVEN_CLI_OPTS release:prepare -DautoVersionSubmodules=true -Dmaven.test.skip=true -DscmCommentPrefix="[skip ci]" -DupdateWorkingCopyVersions=false -DpushChanges=false -DskipTests
-
mvn $MAVEN_CLI_OPTS release:perform -Darguments=-Dgpg.passphrase=${GPG_PASSPHRASE} -DlocalCheckout=true -DskipTests -Dmaven.test.skip=true
only
:
-
master
tags
:
...
...
This diff is collapsed.
Click to expand it.
Ludovic Cottret
@ludovic.cottret
mentioned in commit
bfe3567f
·
7 months ago
mentioned in commit
bfe3567f
mentioned in commit bfe3567f68de58260a69d9cdcb83680489a4a571
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment