ml-archive / bitrise-step-nodes-custom-script

Custom Bitrise step for the iOS CI system
MIT License
2 stars 6 forks source link

Split up the scripts/Fastfile #19

Open dominik-hadl opened 5 years ago

dominik-hadl commented 5 years ago

We are getting to a point where our Fastfile is incredibly large which makes it very hard to navigate and also distinguish what is the actual logic.

There is an option of splitting up Fastfiles into multiple files which I think is the right way moving forward to keep responsibilites and code better separated.

See these docs and discussion for more info:

https://docs.fastlane.tools/actions/import/#import https://github.com/fastlane/fastlane/issues/13929