Skip to content
Snippets Groups Projects
Commit 75b2a9f9 authored by root's avatar root
Browse files

added gitlab-runner sudoer

parent 5c1d5acc
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
apt-get update
wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64
chmod +x /usr/local/bin/gitlab-runner
useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment