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
mpcs
dfss
Commits
1de550f9
Commit
1de550f9
authored
Jan 04, 2016
by
Loïck Bonniot
Browse files
[CI] Enables artifacts
parent
d9082bcd
Pipeline
#137
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1de550f9
...
...
@@ -10,9 +10,9 @@ Unit tests:
services
:
-
"
lesterpig/mongo:latest"
# Use this light version of mongo
-
"
lesterpig/postfix:latest"
#
artifacts:
# Waiting GitLab 8.2.1...
#
paths:
#
- "coverage.html"
artifacts
:
paths
:
-
"
coverage.html"
script
:
-
"
ln
-s
$(pwd)
$GOPATH/src/dfss"
-
"
go
get
gopkg.in/mgo.v2"
...
...
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