Gitlab_ci.To_yaml
val to_yaml : Types.config -> Yaml.value
The YAML representation of a GitLab CI configuration.
val to_file : ?header:string -> filename:string -> Types.config -> unit
Writes the YAML representation of a GitLab CI configuration to a file.
If set, ?header
is prepended to the file.