Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
ccbd77b2
Commit
ccbd77b2
authored
Jul 22, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve CI configuration file for pages stage
parent
f0f77252
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
ccbd77b2
...
...
@@ -192,14 +192,14 @@ spinach 9 10 ruby23: *spinach-knapsack-ruby23
# Other generic tests
.
static-analyses-variables
:
&static-analyses-variable
s
.
ruby-static-analysis
:
&ruby-static-analysi
s
variables
:
SIMPLECOV
:
"
false"
USE_DB
:
"
false"
USE_BUNDLE_INSTALL
:
"
true"
.exec
:
&exec
<<
:
*
static-analyses-variable
s
<<
:
*
ruby-static-analysi
s
stage
:
test
script
:
-
bundle exec $CI_BUILD_NAME
...
...
@@ -226,7 +226,7 @@ teaspoon:
bundler:audit:
stage
:
test
<<
:
*
static-analyses-variable
s
<<
:
*
ruby-static-analysi
s
only
:
-
master
script
:
...
...
@@ -241,6 +241,7 @@ coverage:
script
:
-
bundle exec scripts/merge-simplecov
artifacts
:
name
:
coverage
expire_in
:
31d
paths
:
-
coverage/index.html
...
...
@@ -262,13 +263,12 @@ notify:slack:
pages
:
before_script
:
[]
services
:
[]
variables
:
{}
stage
:
pages
dependencies
:
-
coverage
script
:
-
mkdir -p public/coverage-ruby
-
mv public/ .public/
-
mkdir public/
-
mv coverage public/coverage-ruby
artifacts
:
paths
:
...
...
Write
Preview
Markdown
is supported
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