Skip to content

bin/gitlab_gql: fix --print-merged-yaml when --rev != HEAD

Eric Engestrom requested to merge eric/mesa:ci-gitlab_gql-fix-merged-yaml into main

Reading the local root config file and then asking gitlab to evaluate it in the context of some other version will cause issues if they are not identical.

Instead, the local document should be a simple include of whatever is the root config file at that commit.

Merge request reports