From 45de6dcdb6c29d694cc093efa454295340daef83 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 17:16:56 +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=20/=20=E2=80=98git?= =?UTF-8?q?lab-runner=5Fconfig=5Fexample/shell/etc/gitlab-runner/config.to?= =?UTF-8?q?ml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docker/etc/gitlab-runner/config.toml | 2 ++ .../shell/etc/gitlab-runner/config.toml | 2 ++ 2 files 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 2f55c93..66bf84f 100644 --- a/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml +++ b/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml @@ -2,6 +2,8 @@ # and THEN, add more options & modify options.. # because the registration must be done explicitly from commnadline.. to get A_GENERATED_TOKEN. +# https://docs.gitlab.com/runner/commands/README.html#gitlab-runner-register + # 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.. diff --git a/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml b/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml index 5cac6f6..1451fbc 100644 --- a/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml +++ b/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml @@ -2,6 +2,8 @@ # and THEN, add more options & modify options.. # because the registration must be done explicitly from commnadline.. to get A_GENERATED_TOKEN. +# https://docs.gitlab.com/runner/commands/README.html#gitlab-runner-register + # simple setup running CI @ localhost # this means you need to manage python3 repos @ localhost by yourself! # but this builds really fast, because no image fetch/ no update packages, just make !