File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,21 @@ struct SetUpCICDService {
7070 fileManager. moveFiles ( in: " .github/self_hosted_project_workflows " , to: " .github/workflows " )
7171 fileManager. removeItems ( in: " .github/project_workflows " )
7272 fileManager. removeItems ( in: " .github/self_hosted_project_workflows " )
73- case . later, . none :
73+ case . later:
7474 print ( " You can manually setup the runner later. " )
7575 }
7676 case . bitrise:
7777 print ( " Setting template for Bitrise " )
7878 fileManager. removeItems ( in: " codemagic.yaml " )
7979 fileManager. removeItems ( in: " .github/workflows " )
80+ fileManager. removeItems ( in: " .github/project_workflows " )
81+ fileManager. removeItems ( in: " .github/self_hosted_project_workflows " )
8082 case . codemagic:
8183 print ( " Setting template for CodeMagic " )
8284 fileManager. removeItems ( in: " bitrise.yml " )
8385 fileManager. removeItems ( in: " .github/workflows " )
86+ fileManager. removeItems ( in: " .github/project_workflows " )
87+ fileManager. removeItems ( in: " .github/self_hosted_project_workflows " )
8488 case . later, . none:
8589 print ( " You can manually setup the template later. " )
8690 }
You can’t perform that action at this time.
0 commit comments