Skip to content
Snippets Groups Projects

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.
Please register or to comment