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
Ole Hermann Bakka
todo-list-example
Commits
0adae7a0
Commit
0adae7a0
authored
Nov 03, 2021
by
Hallvard Trætteberg
Browse files
Use maven:3.8.3-openjd-17 as image
parent
ccbf796d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0adae7a0
image
:
maven:3.8.3-openjd-17
stages
:
-
test
-
build
...
...
@@ -5,10 +7,10 @@ stages:
test
:
stage
:
test
script
:
-
cd todolist; mvn test -P headless
-
cd todolist; mvn test
-B
-P headless
build
:
stage
:
build
when
:
manual
script
:
-
cd todolist; mvn install -P headless
-
cd todolist; mvn install
-B
-P headless
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