From afec7aa30a0d69fb6c385c1d3aed2676cbb3bf6c Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Tue, 27 Mar 2018 18:49:42 -0700 Subject: [PATCH] Update gitlab-runner.md (#21) --- manuscript/recipies/gitlab-runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/recipies/gitlab-runner.md b/manuscript/recipies/gitlab-runner.md index da52590..d733ead 100644 --- a/manuscript/recipies/gitlab-runner.md +++ b/manuscript/recipies/gitlab-runner.md @@ -2,7 +2,7 @@ Some features of GitLab require a "[runner](https://docs.gitlab.com/runner/)" (_in the sense of a "gopher" or a "minion"_). A runner "registers" itself with a GitLab instance, and is given tasks to run. Tasks include running Continuous Integration (CI) builds, and building container images. -While a runner isn't strictly required to use GitLab, if you want to do CI, you'll need at least one. There are many was to deploy a runner - this recipe focuses on the docker container model. +While a runner isn't strictly required to use GitLab, if you want to do CI, you'll need at least one. There are many ways to deploy a runner - this recipe focuses on the docker container model. ## Ingredients