File tree 1 file changed +5
-1
lines changed
Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,21 @@ struct SetUpCICDService {
70
70
fileManager. moveFiles ( in: " .github/self_hosted_project_workflows " , to: " .github/workflows " )
71
71
fileManager. removeItems ( in: " .github/project_workflows " )
72
72
fileManager. removeItems ( in: " .github/self_hosted_project_workflows " )
73
- case . later, . none :
73
+ case . later:
74
74
print ( " You can manually setup the runner later. " )
75
75
}
76
76
case . bitrise:
77
77
print ( " Setting template for Bitrise " )
78
78
fileManager. removeItems ( in: " codemagic.yaml " )
79
79
fileManager. removeItems ( in: " .github/workflows " )
80
+ fileManager. removeItems ( in: " .github/project_workflows " )
81
+ fileManager. removeItems ( in: " .github/self_hosted_project_workflows " )
80
82
case . codemagic:
81
83
print ( " Setting template for CodeMagic " )
82
84
fileManager. removeItems ( in: " bitrise.yml " )
83
85
fileManager. removeItems ( in: " .github/workflows " )
86
+ fileManager. removeItems ( in: " .github/project_workflows " )
87
+ fileManager. removeItems ( in: " .github/self_hosted_project_workflows " )
84
88
case . later, . none:
85
89
print ( " You can manually setup the template later. " )
86
90
}
You can’t perform that action at this time.
0 commit comments