sync code with last improvements from OpenBSD
This commit is contained in:
parent
68fa196282
commit
9c49429a7e
4431 changed files with 2761157 additions and 1135565 deletions
7
lib/mesa/bin/ci/job_details.gql
Normal file
7
lib/mesa/bin/ci/job_details.gql
Normal file
|
@ -0,0 +1,7 @@
|
|||
query getCiConfigData($projectPath: ID!, $sha: String, $content: String!) {
|
||||
ciConfig(projectPath: $projectPath, sha: $sha, content: $content) {
|
||||
errors
|
||||
mergedYaml
|
||||
__typename
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue