Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 699 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 699 Bytes

⚠️⚠️⚠️ Deprecated in favor of slu gitlab-ci setup-runner ⚠️⚠️⚠️

Use slu instead of this repository.

slu gitlab-ci setup-runner --gitlab-url <url> --registration-token <token> --concurrency <concurrency>

sikalabs-gitlab-runner

Ondrej Sika <ondrej@ondrejsika.com>
https://github.com/ondrejsika/ondrejsika-gitlab-runner

Bootstrap scripts for my Gitlab Runner with Docker support.

Create Runner (in Docker)

./create-runner.sh

Register Runner to Gitlab

./register-runner.sh <gitlab_url> <token> [<runner name>]

For examle

./register-runner.sh https://mygitlab.com xxxx runner01