From 1e7db01e454f8ffb34608c867408e850521a9b9c Mon Sep 17 00:00:00 2001 From: Akihisa Maruyama Date: Tue, 19 Jul 2022 17:02:42 +0900 Subject: [PATCH] gitlab-runner@15.1.0: Update notes (#3765) * gitlab-runner@15.1.0: Update notes * Fix grammar Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Fix grammar Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Fix grammar Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Fix grammar Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/gitlab-runner.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bucket/gitlab-runner.json b/bucket/gitlab-runner.json index d950d44358..23a8c1ebc6 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -3,7 +3,17 @@ "description": "Run your jobs and send the results back to GitLab", "homepage": "https://docs.gitlab.com/runner/", "license": "MIT", - "notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up", + "notes": [ + "To set up, take the steps below:", + "1. Get registration token in any of your project settings, group settings, or server-admin settings", + "2. Create runner's root directory (C:\\gitlab-runner, C:\\Users\\\\gitlab-runner, etc) where you place your config.toml and build your project, and cd there", + "3. Run 'gitlab-runner register --url --registration-token '", + "4. Run 'gitlab-runner install', or 'gitlab-runner install --user --password ', in an elevated prompt", + "5. Check your git installation IF you didn't specify your username and password. If git isn't installed system-wide, run 'scoop install git --global' as admin", + "6. Run 'gitlab-runner start' as admin", + "7. Check your runner's signal in the GitLab. If it isn't green or doesn't exist, check the official documentation", + "8. Run it once from your project's pipeline. If you're prompted to choose a credential helper, select 'manager-core' (or whichever desired) with 'Always use this from now on' checked" + ], "architecture": { "64bit": { "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v15.1.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",