Explorar o código

typo stage -> stages

Mohammed Nafees %!s(int64=4) %!d(string=hai) anos
pai
achega
265f6fffec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal/integrations/ci/gitlab/ci.go

+ 1 - 1
internal/integrations/ci/gitlab/ci.go

@@ -214,7 +214,7 @@ func (g *GitlabCI) Cleanup() error {
 		}
 	}
 
-	ciFileContentsMap["stage"] = newStages
+	ciFileContentsMap["stages"] = newStages
 
 	delete(ciFileContentsMap, jobName)