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
f20c980d
Commit
f20c980d
authored
Jan 22, 2019
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix version of MySQL in gitlab-ci.yml
parent
456e8019
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
f20c980d
...
...
@@ -79,7 +79,7 @@ stages:
.use-mysql
:
&use-mysql
services
:
-
mysql:5.7
-
mysql:5.7
.24
-
redis:alpine
# BEGIN EE-only service helpers
...
...
@@ -102,7 +102,7 @@ stages:
.use-mysql-with-elasticsearch
:
&use-mysql-with-elasticsearch
services
:
-
mysql:5.7
-
mysql:5.7
.24
-
redis:alpine
-
docker.elastic.co/elasticsearch/elasticsearch:5.6.12
...
...
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