Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Feb 7, 2025
1 parent 04f130b commit a20fb2f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bundle/config/generate/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,3 @@ func convertTaskToValue(task jobs.Task, order *yamlsaver.Order) (dyn.Value, erro
dst := make(map[string]dyn.Value)
return yamlsaver.ConvertToMapValue(task, order, []string{"format"}, dst)
}

func convertGitSourceToValue(gitSource *jobs.GitSource, order *yamlsaver.Order) (dyn.Value, error) {
dst := make(map[string]dyn.Value)
return yamlsaver.ConvertToMapValue(gitSource, order, nil, dst)
}

0 comments on commit a20fb2f

Please sign in to comment.