Skip to content

Commit

Permalink
[#498] Change workflows folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Dec 4, 2023
1 parent 4a17e60 commit 9413245
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ struct SetUpCICDService {
if runnerType == "s" {
fileManager.replaceAllOccurrences(of: CONSTANT_RUNNER_TYPE, to: runnerName)
fileManager.moveFiles(in: "self_hosted_project_workflows", to: ".github/workflows")
fileManager.removeItems(in: "project_workflows")
fileManager.removeItems(in: "self_hosted_project_workflows")
fileManager.removeItems(in: ".github/project_workflows")
fileManager.removeItems(in: ".github/self_hosted_project_workflows")
} else {
fileManager.moveFiles(in: "project_workflows", to: ".github/workflows")
fileManager.removeItems(in: "project_workflows")
fileManager.removeItems(in: "project_workflows")
fileManager.moveFiles(in: ".github/project_workflows", to: ".github/workflows")
fileManager.removeItems(in: ".github/project_workflows")
fileManager.removeItems(in: ".github/self_hosted_project_workflows")
}
case .bitrise:
print("Setting template for Bitrise")
Expand Down

0 comments on commit 9413245

Please sign in to comment.