1.1.5.1. cli.cmd_ci.check_ci_config

Checks that the GitLab CI configuration adheres to some rules

Functions

check_ci_config()

Reads the '.gitlab-ci.yml' file and validates it.

get_stages(ci_config)

Returns a list of stage objects

read_config()

Reads the '.gitlab-ci.yml' file

Classes

Stage(name, prefix)

container for stage

VerificationError()

Error class