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
Janna Salte Hovstad
examples
Commits
aeb7cdc5
Commit
aeb7cdc5
authored
Jan 24, 2018
by
Hallvard Trætteberg
Browse files
Fixed syntax error in gitlab-ci.yml. BTW, issue #7
parent
05178b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aeb7cdc5
...
...
@@ -12,7 +12,7 @@ cache:
variables
:
MAVEN_OPTS
:
"
-Djava.awt.headless=true
-Dmaven.repo.local=.m2/repository"
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-Dgitlab-ci=true
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-Dgitlab-ci=true
"
build-job
:
stage
:
build
...
...
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