-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#498] Add option: github-self-hosted while generating the project #543
[#498] Add option: github-self-hosted while generating the project #543
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest LGTM
Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpCICDService.swift
Outdated
Show resolved
Hide resolved
Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpCICDService.swift
Outdated
Show resolved
Hide resolved
I am not sure if we will use the same workflows for self-hosted/gh-hosted. Might make sense for |
Good idea 👍 |
617b7f8
to
622af2a
Compare
031e181
to
c1ae290
Compare
@markgravity @blyscuit Updated new approach and create Enum for Github Runner type |
Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpCICDService.swift
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect to me now ❤️
Wwe create 2 folders for each runner type with the same workflows but different runs-on. When the developer chooses a runner type, the chosen type will be copied to the workflow directory.
…case CICD using bitrise or codemagic
2c46eb2
to
70932c0
Compare
What happened 👀
SetUpCICDService
to ask for runner typeInsight 📝
Proof Of Work 📹