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
7a28b5e4
Commit
7a28b5e4
authored
May 27, 2021
by
Alicja Reniewicz
Browse files
morph-rc1.5: build and deploy config - revert JDK-8 for SAL
parent
63856998
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7a28b5e4
...
...
@@ -2,6 +2,7 @@
variables
:
MAVEN_IMAGE
:
"
maven:3.8.1-jdk-11"
MAVEN_IMAGE_JDK_8
:
"
maven:3.5.2-jdk-8"
LOCAL_REPO
:
"
127.0.0.1:5000"
DOCKER_REPO
:
"
gitlab.ow2.org:4567"
...
...
@@ -36,7 +37,7 @@ stages:
build:scheduling-abstraction-layer:
stage
:
build
image
:
$MAVEN_IMAGE
image
:
$MAVEN_IMAGE
_JDK_8
script
:
-
$SCHEDULING_ABSTRACTION_LAYER_CLI clean install
artifacts
:
...
...
@@ -111,7 +112,7 @@ deploy:persistent-storage-activemq:
deploy:scheduling-abstraction-layer:
stage
:
deploy
image
:
$MAVEN_IMAGE
image
:
$MAVEN_IMAGE
_JDK_8
only
:
-
master
-
morphemic-rc1.5
...
...
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