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
9b975bca
Commit
9b975bca
authored
Nov 23, 2020
by
Rachel Gottesman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix future tense issues
parent
28f73949
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/services/redis.md
doc/ci/services/redis.md
+3
-3
No files found.
doc/ci/services/redis.md
View file @
9b975bca
...
...
@@ -7,7 +7,7 @@ type: reference
# Using Redis
As many applications depend on Redis as their key-value store, you
will
As many applications depend on Redis as their key-value store, you
eventually need it in order for your tests to run. Below you are guided how to
do this with the Docker and Shell executors of GitLab Runner.
...
...
@@ -30,7 +30,7 @@ example:
Host
:
redis
```
And that's it. Redis
will now be
available to be used within your testing
And that's it. Redis
is now
available to be used within your testing
framework.
You can also use any other Docker image available on
[
Docker Hub
](
https://hub.docker.com/_/redis
)
.
...
...
@@ -70,4 +70,4 @@ that runs on [GitLab.com](https://gitlab.com) using our publicly available
[
shared runners
](
../runners/README.md
)
.
Want to hack on it? Simply fork it, commit and push your changes. Within a few
moments the changes
will be picked by a public runner and the job will begin
.
moments the changes
are picked by a public runner and the job begins
.
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