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
df244200
Commit
df244200
authored
Apr 27, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the elasticsearch image we use
parent
d42d0e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+4
-3
No files found.
.gitlab-ci.yml
View file @
df244200
...
...
@@ -18,7 +18,7 @@ image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git
variables
:
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
1"
ELASTIC_URL
:
"
http://elasticsearch:9200"
ELASTIC_URL
:
"
http://elastic
:changeme@docker.elastic.co-elasticsearch-elastic
search:9200"
RAILS_ENV
:
"
test"
NODE_ENV
:
"
test"
SIMPLECOV
:
"
true"
...
...
@@ -63,13 +63,14 @@ stages:
services
:
-
postgres:9.2
-
redis:alpine
-
elasticsearch:5.3
-
docker.elastic.co/elasticsearch/elasticsearch:5.3.2
.use-mysql
:
&use-mysql
services
:
-
mysql:latest
-
redis:alpine
-
elasticsearch:5.3
-
docker.elastic.co/elasticsearch/elasticsearch:5.3.2
.only-master-and-ee-or-mysql
:
&only-master-and-ee-or-mysql
only
:
...
...
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