Skip to content

Commit

Permalink
fix dependencies for autogenerated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes committed Mar 1, 2024
1 parent 40e1390 commit 18262de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/genevergreen/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func PostPkgMetaTasks(c *shrub.Configuration, toolName string) {
func PublishStableTasks(c *shrub.Configuration, toolName string) {
dependency := []shrub.TaskDependency{
{
Name: fmt.Sprintf("compile_%s", toolName),
Name: "compile",
Variant: "code_health",
},
{
Expand Down Expand Up @@ -210,7 +210,7 @@ func PublishStableTasks(c *shrub.Configuration, toolName string) {
func PublishSnapshotTasks(c *shrub.Configuration, toolName string) {
dependency := []shrub.TaskDependency{
{
Name: fmt.Sprintf("compile_%s", toolName),
Name: "compile",
Variant: "code_health",
},
{
Expand Down

0 comments on commit 18262de

Please sign in to comment.