Closed kjoneandrei closed 5 years ago
The parse_project_settings step always uses the default because thats the step that assigns the CI_VERSION env var. We need the step.sh script to parse the ci version out of the yml by itself instead of relying on the env var.
Fixed by #31
Check if we have ci-version set correctly
will always fail and set the CI_VERSION to default as CI_VERSION is an enviroment variable set later.
As a consequence the wrong parse project settings version will be used