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
morphemic-preprocessor
Commits
d3c1ddb8
Commit
d3c1ddb8
authored
Aug 11, 2021
by
Marta Różańska
Browse files
deleting building not needed artifacts in proactive-dev CI/CD
parent
07e20853
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d3c1ddb8
...
...
@@ -50,6 +50,9 @@ build:scheduling-abstraction-layer:
build:amq-message-java-library:
stage
:
deployLibrary
image
:
$MAVEN_IMAGE
only
:
-
master
-
morphemic-rc1.5
script
:
-
$AMQ_MESSAGE_JAVA_LIBRARY_CLI clean install
artifacts
:
...
...
@@ -59,6 +62,9 @@ build:amq-message-java-library:
build:prediction_orchestrator:
stage
:
build
image
:
$MAVEN_IMAGE
only
:
-
master
-
morphemic-rc1.5
script
:
-
$PREDICTON_ORCHESTRATOR_CLI -Pwithout-docker clean install
artifacts
:
...
...
@@ -68,6 +74,9 @@ build:prediction_orchestrator:
build:slo-severity-calculator:
stage
:
build
image
:
$MAVEN_IMAGE
only
:
-
master
-
morphemic-rc1.5
script
:
-
$SLO_SEVERITY_CALCULATOR_CLI -Dtest=!UnboundedMonitoringAttributeTests clean install
artifacts
:
...
...
@@ -151,7 +160,6 @@ deploy:prediction_orchestrator:
only
:
-
master
-
morphemic-rc1.5
-
predictionOrchestrator
services
:
-
$DOCKER_DIND_SERVICE
dependencies
:
...
...
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