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
Tatuya Kamada
gitlab-ce
Commits
9b76bb30
Commit
9b76bb30
authored
Jun 07, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix .gitlab-ci.yml
parent
03a7569e
Changes
1
Hide 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 @
9b76bb30
...
...
@@ -34,7 +34,7 @@ stages:
# Prepare and merge knapsack tests
.knapsack
_state
:
&knapsack_
state
.knapsack
-state
:
&knapsack-
state
services
:
[]
variables
:
USE_DB
:
"
false"
...
...
@@ -48,7 +48,7 @@ stages:
-
knapsack/
knapsack
:
<<
:
*
rspec-knapsack_
state
<<
:
*
knapsack-
state
stage
:
prepare
script
:
-
mkdir -p knapsack/
...
...
@@ -56,7 +56,7 @@ knapsack:
-
'
[[
-f
knapsack/spinach_report.json
]]
||
echo
"{}"
>
knapsack/spinach_report.json'
update-knapsack
:
<<
:
*
rspec-knapsack_
state
<<
:
*
knapsack-
state
stage
:
post-test
script
:
-
scripts/merge-reports knapsack/rspec_report.json knapsack/rspec_node_*.json
...
...
@@ -65,7 +65,7 @@ update-knapsack:
# Execute all testing suites
.rspec-knapsack
:
&knapsack
.rspec-knapsack
:
&
rspec-
knapsack
stage
:
test
script
:
-
bundle exec rake assets:precompile 2>/dev/null
...
...
@@ -80,7 +80,7 @@ update-knapsack:
paths
:
-
knapsack/
.spinach-knapsack
:
&knapsack
.spinach-knapsack
:
&
spinach-
knapsack
stage
:
test
script
:
-
bundle exec rake assets:precompile 2>/dev/null
...
...
@@ -131,7 +131,7 @@ spinach 9 10: *spinach-knapsack
# Execute all testing suites against Ruby 2.2
.ruby-22
:
&ruby22
.ruby-22
:
&ruby
-
22
image
:
"
ruby:2.2"
only
:
-
master
...
...
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