From 4509db348f21011ed3cd04fe0f2157971bc11e65 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 15:32:52 +0900 Subject: [PATCH] =?UTF-8?q?+=20=E2=80=98gitlab-runner=5Fconfig=5Fexample/?= =?UTF-8?q?=E2=80=99=20<=20=E2=80=98etc/gitlab-runner/config.toml=E2=80=99?= =?UTF-8?q?=20>=20=E2=80=98gitlab-runner=5Fconfig=5Fexample/etc/gitlab-run?= =?UTF-8?q?ner/config.toml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitlab-runner_config_example/.empty | 1 + .../etc}/gitlab-runner/config.toml | 0 2 files changed, 1 insertion(+) create mode 100644 gitlab-runner_config_example/.empty rename {etc => gitlab-runner_config_example/etc}/gitlab-runner/config.toml (100%) diff --git a/gitlab-runner_config_example/.empty b/gitlab-runner_config_example/.empty new file mode 100644 index 0000000..da1585c --- /dev/null +++ b/gitlab-runner_config_example/.empty @@ -0,0 +1 @@ +I'm a folder! \ No newline at end of file diff --git a/etc/gitlab-runner/config.toml b/gitlab-runner_config_example/etc/gitlab-runner/config.toml similarity index 100% rename from etc/gitlab-runner/config.toml rename to gitlab-runner_config_example/etc/gitlab-runner/config.toml