File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ in the [Runner configuration](advanced-configuration.md):
124
124
125
125
` ` ` toml
126
126
[[runners]]
127
- name = "ruby-2.7-docker "
128
- url = "https://CI /"
127
+ name = "example-runner "
128
+ url = "https://gitlab.example.com /"
129
129
token = "TOKEN"
130
130
limit = 0
131
131
executor = "docker"
@@ -136,12 +136,6 @@ in the [Runner configuration](advanced-configuration.md):
136
136
137
137
# # Enable feature flag in runner configuration
138
138
139
- {{< history >}}
140
-
141
- - [Introduced in](https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2811) GitLab Runner 13.11.
142
-
143
- {{< /history >}}
144
-
145
139
You can enable feature flags by specifying them under `[runners.feature_flags]`. This
146
140
setting prevents any job from overriding the feature flag values.
147
141
@@ -150,8 +144,8 @@ they don't deal with how the job is executed.
150
144
151
145
` ` ` toml
152
146
[[runners]]
153
- name = "ruby-2.7-docker "
154
- url = "https://CI /"
147
+ name = "example-runner "
148
+ url = "https://gitlab.example.com /"
155
149
token = "TOKEN"
156
150
executor = "docker"
157
151
[runners.feature_flags]
You can’t perform that action at this time.
0 commit comments