bin/ci: fix mistakenly hardcoded repo name in get_gitlab_project()
authorEric Engestrom <eric@igalia.com>
Wed, 24 May 2023 21:44:08 +0000 (22:44 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 26 May 2023 10:13:09 +0000 (10:13 +0000)
commit51482b2c6a6ecdbfbf1dce39ccbd20cdc71fc502
treee17acc92c71e160127ad146089db07a2e1aa7235
parent6801de51708ee18d4ead3d63a30cd2d2faa36ba3
bin/ci: fix mistakenly hardcoded repo name in get_gitlab_project()

It didn't matter so far because all callers always pass "mesa".

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23223>
bin/ci/gitlab_common.py