Skip to content

gitlab-ci: update bool values to YAML 1.2 spec

Tobias Kahlki requested to merge update-to-yaml-1.2 into master

The outdated YAML 1.1 specification allowed values like 'yes' or 'no' for boolean fields 1. The newer spec 1.2 allows only 'true' and 'false' 2, so we update them to be conform with it.

Merge request reports