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
c4a1c309
Commit
c4a1c309
authored
Nov 03, 2021
by
Hallvard Trætteberg
Browse files
Update .gitlab-ci.yml
parent
0f3e3839
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c4a1c309
...
@@ -16,10 +16,10 @@ cache:
...
@@ -16,10 +16,10 @@ cache:
test
:
test
:
stage
:
test
stage
:
test
script
:
script
:
-
"
mvn
clean
test
-f
todolist/pom.xml
$MAVEN_CLI_OPTS"
-
"
cd
todolist;
mvn
clean
test
$MAVEN_CLI_OPTS"
build
:
build
:
stage
:
build
stage
:
build
when
:
manual
when
:
manual
script
:
script
:
-
"
mvn
clean
install
-f
todolist/pom.xml
$MAVEN_CLI_OPTS"
-
"
cd
todolist;
mvn
clean
install
$MAVEN_CLI_OPTS"
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