From 8feecde25cf665c91a5932b93f6f7978f6e5e628 Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Tue, 8 Dec 2020 08:34:28 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 44f6ff7..6433825 100644 --- a/README.md +++ b/README.md @@ -418,3 +418,21 @@ https://github.com/koenkooi/foo2zjs/blob/master/PPD/HP-LaserJet_1020.ppd 1. Filter failed: Please read /var/log/cups/error.log to find the actual error. 2. In error.log, foo2zjs-wrapper: command not found: Install aur package `foo2zjs-nightly`. + +## Gitlab runner + +``` +# Linux x86-64 +sudo curl -L --output /usr/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64 + +sudo chmod +x /usr/bin/gitlab-runner +sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash +sudo gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner +sudo gitlab-runner start + +############################# + +apt install -y docker.io +sudo gitlab-runner register +``` + -- GitLab