-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: regressionIt was better in the past than it is nowIt was better in the past than it is nowinfra: recipesIssues with flutter/recipesIssues with flutter/recipesinfra: releaseRelease-related requests and toolingRelease-related requests and toolingteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
Executing command [
'/b/s/w/ir/cipd_bin_packages/git',
'fetch',
'origin',
'flutter-3.36-candidate.0^',
'--recurse-submodules',
'--progress',
'--tags',
]
...
fatal: invalid refspec 'flutter-3.36-candidate.0^'
We expected:
repository, git_url, git_ref = GetRepoInfo(
api.properties, api.buildbucket.gitiles_commit
)
... to return a git_ref
that is a SHA, but it's returning a tag, and that doesn't support the ^
modifier.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: regressionIt was better in the past than it is nowIt was better in the past than it is nowinfra: recipesIssues with flutter/recipesIssues with flutter/recipesinfra: releaseRelease-related requests and toolingRelease-related requests and toolingteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team