Commit d76e9a63 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'weakcamel-master-patch-93112' into 'master'

Update doc/ci/ssh_keys/README.md

Closes #220169

See merge request gitlab-org/gitlab!37452
parents 24dc36ee 80faff93
......@@ -66,7 +66,7 @@ to access it. This is where an SSH key pair comes in handy.
## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image)
##
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
##
## Run ssh-agent (inside the build environment)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment