-
- Downloads
pkg/step: read `proto.StepDefinition` directly
This exposes only `Read/Write/Serialize/Deserialize` methods to parse step definition from the file. The `step-runner ci` also consider this as a regular `step.yml` which is constructed dynamically.
parent
4a2e90f6
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 4 additions, 6 deletions.gitlab-ci.yml
- README.md 4 additions, 6 deletionsREADME.md
- cmd/ci/ci.go 9 additions, 8 deletionscmd/ci/ci.go
- pkg/cache/cache.go 8 additions, 8 deletionspkg/cache/cache.go
- pkg/cache/cache_integration_test.go 4 additions, 6 deletionspkg/cache/cache_integration_test.go
- pkg/runner/runner.go 2 additions, 9 deletionspkg/runner/runner.go
- pkg/runner/runner_test.go 14 additions, 8 deletionspkg/runner/runner_test.go
- pkg/step/read.go 16 additions, 49 deletionspkg/step/read.go
- pkg/step/read_test.go 42 additions, 81 deletionspkg/step/read_test.go
Please register or sign in to comment