Sign in
fuchsia
/
third_party
/
mesa
/
refs/heads/gitlab/24.1
/
.
/
bin
/
ci
/
pipeline_utils.gql
blob: 65c2ec64ec44208ee9d1d309f8f71c26f262738d [
file
] [
log
] [
blame
] [
edit
]
query sha2pipelineIID
(
$projectPath
:
ID
!,
$sha
:
String
!)
{
project
(
fullPath
:
$projectPath
)
{
pipelines
(
last
:
1
,
sha
:
$sha
){
nodes
{
iid
}
}
}
}