Skip to content

Move compilation next to the schema

Joe Burnett requested to merge jburnett/compile-v1 into main

The /pkg/step directory include compilation of the CI model into the proto model. The CI model is located at /schema/v1 and compilation should live in the same place. If we have another version of the model, compilation will be different as well.

This change just moves all the schema related reading, writing and compiling into the same directory as the schema.

Merge request reports