mirror of
https://github.com/gradle/actions.git
synced 2025-08-27 19:38:00 +08:00
parent
9ab93ee864
commit
7763d71170
@ -22,6 +22,7 @@ export async function setup(config: DependencyGraphConfig): Promise<void> {
|
|||||||
}
|
}
|
||||||
// Download and submit early, for compatability with dependency review.
|
// Download and submit early, for compatability with dependency review.
|
||||||
if (option === DependencyGraphOption.DownloadAndSubmit) {
|
if (option === DependencyGraphOption.DownloadAndSubmit) {
|
||||||
|
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory())
|
||||||
await downloadAndSubmitDependencyGraphs(config)
|
await downloadAndSubmitDependencyGraphs(config)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user