Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/services/redis.md')
-rw-r--r--doc/ci/services/redis.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/services/redis.md b/doc/ci/services/redis.md
index ccb92fa94d7..b04b36f7a04 100644
--- a/doc/ci/services/redis.md
+++ b/doc/ci/services/redis.md
@@ -40,13 +40,13 @@ Runner with the Shell executor.
In your build machine install the Redis server:
-```bash
+```shell
sudo apt-get install redis-server
```
Verify that you can connect to the server with the `gitlab-runner` user:
-```bash
+```shell
# Try connecting the Redis server
sudo -u gitlab-runner -H redis-cli