Skip to content

CI: Integration: Fix issue with capitals in project name

Jonas Höppner requested to merge fix-capitals-in-project-name into master

Removed 'lower()' from project_name when creating the integration branch. The branch name is also created in the yaml of the build in manifest_integration-jobs.yml. If the project_name contains capital letters both jobs use different branch names and the 'build' fails, as it does not find the reference it is supposed to trigger.

Merge request reports

Loading