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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
4776323e
Commit
4776323e
authored
Feb 10, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix EE builds
parent
5f658248
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.gitlab-ci.yml
.gitlab-ci.yml
+8
-1
No files found.
.gitlab-ci.yml
View file @
4776323e
...
...
@@ -2,7 +2,6 @@ image: "ruby:2.2"
services
:
-
mysql:latest
-
postgres:latest
-
redis:latest
variables
:
...
...
@@ -41,6 +40,8 @@ spec:models:
-
ruby
-
mysql
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
spec:lib:
...
...
@@ -50,6 +51,8 @@ spec:lib:
-
ruby
-
mysql
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
spec:services:
...
...
@@ -74,6 +77,8 @@ spec:other:
-
ruby
-
mysql
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
spinach:project:half:
...
...
@@ -90,6 +95,8 @@ spinach:project:rest:
-
ruby
-
mysql
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
spinach:other:
...
...
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