Commit f32f3133 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Added runner back

Based on this comment: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78716\#note_817172127
Decided to update this phrase because it makes more sense this way
parent 7c88cd5d
......@@ -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