Skip to content
Snippets Groups Projects
Commit 5c1d5acc authored by root's avatar root
Browse files

added gitlab-runner sudoer

parent 69096c52
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ 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
echo "gitlab-runner ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner
gitlab-runner start
......@@ -11,4 +12,4 @@ gitlab-runner start
gitlab-runner register -n --url https://gitlab.it-innovation.soton.ac.uk/ --r sN3wMQp8EiAv7znNwG5s --executor shell --locked true --name ${HOSTNAME} --description ${HOSTNAME} --run-untagged true
apt-get -y install python3 python3-pip python-influxdb
update-alternatives --install /usr/bin/python python /usr/bin/python3 10
\ No newline at end of file
update-alternatives --install /usr/bin/python python /usr/bin/python3 10
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