Browse Source

typo stage -> stages

Mohammed Nafees 4 năm trước cách đây
mục cha
commit
265f6fffec

+ 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)
 	delete(ciFileContentsMap, jobName)