Commit d0eeb283 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'selhorn-lowercase-runner-install-2' into 'master'

Added GitLab Runner to steps

See merge request gitlab-org/gitlab!78752
parents 2ddd5096 f32f3133
......@@ -4,7 +4,7 @@ sudo curl -L --output /usr/local/bin/gitlab-runner ${GITLAB_CI_RUNNER_DOWNLOAD_L
# Give it permission to execute
sudo chmod +x /usr/local/bin/gitlab-runner
# Create a GitLab user
# Create a GitLab Runner user
sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash
# Install and run as a service
......
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