From b2826ac2287007b05e04d4ae79de11ac3fe752e3 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 16:51:39 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98gitlab-runner=5Fconfig=5Fexample/d?= =?UTF-8?q?ocker/etc/gitlab-runner/config.toml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docker/etc/gitlab-runner/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml b/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml index fe6cca0..e28da7a 100644 --- a/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml +++ b/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml @@ -1,3 +1,7 @@ +# FIRST, generate a [[runners]] block using command 'sudo gitlab-runner register' +# and THEN, add more options & modify options.. +# because the registration must be done explicitly from commnadline.. to get A_GENERATED_TOKEN. + # example setup running CI @ docker # with this, every commit will refresh whole python packages.. will take 1 min. ==> slow. but up to date all the time..