Skip to content

Instantly share code, notes, and snippets.

@paul-asvb
Last active October 12, 2018 16:54
Show Gist options
  • Save paul-asvb/a2ff1438a48d0bde54105f04f9c3e689 to your computer and use it in GitHub Desktop.
Save paul-asvb/a2ff1438a48d0bde54105f04f9c3e689 to your computer and use it in GitHub Desktop.

Revisions

  1. ASVBPREAUBV revised this gist Oct 12, 2018. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions install-all-for-basic-gitlab-runner.sh
    Original 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
    sudo gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runne
    sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash
  2. ASVBPREAUBV renamed this gist Oct 12, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. ASVBPREAUBV created this gist Oct 12, 2018.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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