Skip to content

Commit

Permalink
[#498] Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Dec 4, 2023
1 parent 9413245 commit b4ed42c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ struct SetUpCICDService {
fileManager.removeItems(in: ".github/workflows")
fileManager.createDirectory(path: ".github/workflows")
if runnerType == "s" {
fileManager.replaceAllOccurrences(of: CONSTANT_RUNNER_TYPE, to: runnerName)
fileManager.moveFiles(in: "self_hosted_project_workflows", to: ".github/workflows")
fileManager.removeItems(in: ".github/project_workflows")
fileManager.removeItems(in: ".github/self_hosted_project_workflows")
Expand Down

0 comments on commit b4ed42c

Please sign in to comment.