Skip to content
Snippets Groups Projects
Unverified Commit d46935a2 authored by Steve Xuereb's avatar Steve Xuereb
Browse files

Update deprecation warning for runner.docker.service

Define that it will be removed in 13.0 instead "in the future" since the
removal is scheduled for 13.0 in #4922
parent 15fc0538
No related branches found
No related tags found
Loading
......@@ -264,7 +264,7 @@ func (s *DockerService) ToImageDefinition() Image {
func (s *DockerService) UnmarshalTOML(data interface{}) error {
switch v := data.(type) {
case string:
logrus.Warning("Setting runners.docker.services as array is deprecated and will be removed in the future. " +
logrus.Warning("Setting runners.docker.services as array is deprecated and will be removed in 13.0. " +
"Please use the array of tables syntax instead. More info at " +
"[https://docs.gitlab.com/runner/executors/docker.html#define-image-and-services-in-configtoml].")
s.Name = v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment