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.
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.