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

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

Implement a regex to parse CI version in step.sh #31

Closed dominik-hadl closed 5 years ago

dominik-hadl commented 5 years ago

Fixes issue #26

The change by default tries to parse the version in the project.yml, if that fails it will try to check if it was set by an environment variable - not sure if this should be flipped around, eg. for testing purposes and similar?

If both fails it will use the default CI version - this could be extended in the future to automatically figure out the highest version available.