Skip to content

Pass the project path to tagger

Marin Jankovski requested to merge mj/project_path into master

Previously we would just pass the default project path to create_tag. This means that we would always send gitlab-org/omnibus-gitlab as the project path even when using dev instance.

By passing the project name to client.project_path, we get the correct project path.

Merge request reports