Skip to content

Commit

Permalink
Don't upload with generate-and-submit
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Dec 24, 2023
1 parent b116ea3 commit 66652a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dependency-graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export async function complete(option: DependencyGraphOption): Promise<void> {
return
case DependencyGraphOption.GenerateAndSubmit:
await submitDependencyGraphs(await findGeneratedDependencyGraphFiles())
// TODO - don't need to upload
await uploadDependencyGraphs(await findGeneratedDependencyGraphFiles())
return
case DependencyGraphOption.GenerateAndUpload:
await uploadDependencyGraphs(await findGeneratedDependencyGraphFiles())
Expand Down

0 comments on commit 66652a0

Please sign in to comment.