Skip to content

Reuse project namespace and username from variables

Guilherme Gallo requested to merge gallo/ci-uprev:local_run_adaptations into main

Some project paths and repository configurations were hardcoded to a specific user.

Gitlab already supplies the project path and username via the environment variables in the Job context and via python-gitlab API after authentication.

Let's reuse this information to create more generic project paths and remote configurations.

Merge request reports