Skip to content

Commit 1af011e

Browse files
Roshni SarangadharanFilip Aleksic
andcommitted
Merge branch 'docs-faleksic-change-example-url' into 'main'
Update example See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5509 Merged-by: Roshni Sarangadharan <[email protected]> Approved-by: Roshni Sarangadharan <[email protected]> Co-authored-by: Filip Aleksic <[email protected]>
2 parents 8855f22 + 50c6d1f commit 1af011e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/configuration/feature-flags.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ in the [Runner configuration](advanced-configuration.md):
124124

125125
```toml
126126
[[runners]]
127-
name = "ruby-2.7-docker"
128-
url = "https://CI/"
127+
name = "example-runner"
128+
url = "https://gitlab.example.com/"
129129
token = "TOKEN"
130130
limit = 0
131131
executor = "docker"
@@ -136,12 +136,6 @@ in the [Runner configuration](advanced-configuration.md):
136136

137137
## Enable feature flag in runner configuration
138138

139-
{{< history >}}
140-
141-
- [Introduced in](https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2811) GitLab Runner 13.11.
142-
143-
{{< /history >}}
144-
145139
You can enable feature flags by specifying them under `[runners.feature_flags]`. This
146140
setting prevents any job from overriding the feature flag values.
147141

@@ -150,8 +144,8 @@ they don't deal with how the job is executed.
150144

151145
```toml
152146
[[runners]]
153-
name = "ruby-2.7-docker"
154-
url = "https://CI/"
147+
name = "example-runner"
148+
url = "https://gitlab.example.com/"
155149
token = "TOKEN"
156150
executor = "docker"
157151
[runners.feature_flags]

0 commit comments

Comments
 (0)