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
Melodic
melodic-upperware
Commits
f0ff83e9
Commit
f0ff83e9
authored
Sep 22, 2020
by
ipatini
Browse files
Added missing 'build:ems-server' section in .gitlab-ci.yml
parent
19b5ae78
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f0ff83e9
...
...
@@ -252,6 +252,15 @@ build:ems-translator:
paths
:
-
$CI_PROJECT_DIR/event-management/translator/target
build:ems-server:
stage
:
build
image
:
$MAVEN_IMAGE
script
:
-
$EMS_SERVER_CLI -Pwithout-docker clean install
artifacts
:
paths
:
-
$CI_PROJECT_DIR/event-management/control-service/target
deploy:melodic-upperware:
stage
:
deploy
only
:
...
...
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