Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TousAntiCovid sources
CLEA Exposure Verification
Commits
3d9e27d2
Commit
3d9e27d2
authored
Mar 16, 2021
by
Merisier Tac
Browse files
Add tags
parent
f8e21134
Pipeline
#226136
passed with stage
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3d9e27d2
...
...
@@ -6,6 +6,8 @@ stages:
build_template
:
stage
:
build
tags
:
-
ci
script
:
-
cd java
-
mvn package
...
...
@@ -15,6 +17,8 @@ build_template:
deploy_template
:
stage
:
deploy
tags
:
-
ci
script
:
-
cd java
-
mvn $MAVEN_CLI_OPTS -DskipTests=true -DnexusReleasesUrl=$CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/packages/maven -DnexusSnapshotsUrl=$CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/packages/maven -s ../.gitlab-ci/ci_settings.xml deploy
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment