add the old snippet md files
This commit is contained in:
parent
fc0dd204c7
commit
bcf8313a4b
110 changed files with 3048 additions and 0 deletions
18
old_snippets/gitlab-runners-config.en.md
Normal file
18
old_snippets/gitlab-runners-config.en.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: "configure more gitlab runners"
|
||||
date: 2020-01-11T05:16:03+01:00
|
||||
draft: false
|
||||
snippet_types: ["gitlab", "docker"]
|
||||
---
|
||||
|
||||
```shell
|
||||
$ docker run --rm -t -i -v /home/travis/runner:/etc/gitlab-runner --name gitlab-runner-hypert-web gitlab/gitlab-runner register
|
||||
```
|
||||
|
||||
Gitlab's ci pipelines are superpowerful and not hard to setup but you do have to
|
||||
get runners going. For me running gitlab in out of a docker container this is
|
||||
how I add runners to a new project
|
||||
|
||||
source:
|
||||
|
||||
[gitlab docs](https://docs.gitlab.com/runner/register/index.html#docker)
|
||||
Loading…
Add table
Add a link
Reference in a new issue