Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SAT4J
sat4j
Commits
ec652dcd
Commit
ec652dcd
authored
Oct 31, 2018
by
Daniel Le Berre
Browse files
alpine images do not exist for java-10 and java-11 ...
parent
e1950891
Pipeline
#3256
passed with stages
in 43 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ec652dcd
...
...
@@ -36,15 +36,15 @@ java7:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
java10
:
image
:
maven:3.5.4-jdk-10
-alpine
image
:
maven:3.5.4-jdk-10
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
allow_failure
:
fals
e
allow_failure
:
tru
e
java11
:
image
:
maven:3.5.4-jdk-11
-alpine
image
:
maven:3.5.4-jdk-11
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true
allow_failure
:
fals
e
allow_failure
:
tru
e
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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