Skip to content

"project-name_feature-TASK-50-something" is not a valid project name

Hi, our data handling tasks fail always when the branch name contains capital letters.

ie: branch name: feature/TASK-50-something
pipeline error: "project-name_feature-TASK-50-something" is not a valid project name
docker-compose.yml contains: `name: project-name_feature-task-50-something`

so, it is not a valid project name because of the capital/lowercase letters.

On the other side, if the branch name contains only lowercase letters, everything works as expected.

ie: branch name: feature/test
pipeline works, as it uses project-name_feature-test as --project-name for docker-compose. 
and docker-compose.yml contains: `name: project-name_feature-test`
Edited by Dejan