Skip to content

Commit

Permalink
oops forgot to delete the file
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Apr 9, 2024
1 parent da24582 commit c945f49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func ConstructAdhocExecParamsWithRootCfgBuilderAndRepoRetriever(ctx context.Cont
opts := config.BuilderOptions{
RepoFetcherOptions: &internal_gh.RepoFetcherOptions{
CloneDepth: 1,
SimplePath: true,
},
}

Expand Down
2 changes: 1 addition & 1 deletion server/neptune/adhoc/adhocexecutionhelpers/root_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func convertMergedProjectCfgToRoot(rootCfg *valid.MergedProjectCfg) workflows.Ro
}
}

func convertToTerraformRoot(root workflows.AdhocRoot) terraform.Root {
func convertToTerraformRoot(root workflows.Root) terraform.Root {
return terraform.Root{
Name: root.Name,
Apply: execute.Job{
Expand Down
21 changes: 0 additions & 21 deletions server/neptune/workflows/adhoc.go

This file was deleted.

0 comments on commit c945f49

Please sign in to comment.