Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
candle-pos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9783b6c7
authored
Jun 03, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
1 parent
197a2679
Pipeline
#139
failed
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
9783b6c
image
:
maven:3
.5.0-onbuild
-alpine
image
:
maven:3
-jdk-8
-alpine
variables
:
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
...
...
@@ -20,6 +20,7 @@ stages:
compile
:
stage
:
compile
script
:
-
apk install git
-
mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test
artifacts
:
paths
:
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment