gitCommitter is an implementation of the promotion.StepRunner interface that makes a commit to a local Git repository.
| 32 | // gitCommitter is an implementation of the promotion.StepRunner interface that |
| 33 | // makes a commit to a local Git repository. |
| 34 | type gitCommitter struct { |
| 35 | schemaLoader gojsonschema.JSONLoader |
| 36 | } |
| 37 | |
| 38 | // newGitCommitter returns an implementation of the promotion.StepRunner |
| 39 | // interface that makes a commit to a local Git repository. |
nothing calls this directly
no outgoing calls
no test coverage detected