Last active
October 12, 2018 16:54
-
-
Save paul-asvb/a2ff1438a48d0bde54105f04f9c3e689 to your computer and use it in GitHub Desktop.
Revisions
-
ASVBPREAUBV revised this gist
Oct 12, 2018 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-386 sudo chmod +x /usr/local/bin/gitlab-runner curl -sSL https://get.docker.com/ | sh sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash -
ASVBPREAUBV renamed this gist
Oct 12, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ASVBPREAUBV created this gist
Oct 12, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-386 sudo chmod +x /usr/local/bin/gitlab-runner curl -sSL https://get.docker.com/ | sh sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash sudo gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runne