Explorar el Código

typo stage -> stages

Mohammed Nafees hace 4 años
padre
commit
265f6fffec
Se han modificado 1 ficheros con 1 adiciones y 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)