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

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

Add Cocoapods as step in prepare dependencies and use run_if to control if it's being run #35

Open dominik-hadl opened 5 years ago

dominik-hadl commented 5 years ago

This will allow us to properly use Bitrise caching and further simplify the Fastfiles.

See the example of how run_if works here:

https://github.com/bitrise-io/bitrise/blob/master/_examples/experimentals/templates/bitrise.yml

And related issue: https://discuss.bitrise.io/t/allow-disabling-a-step-in-the-workflow/711/5