Skip to content

Fix CI variables update script compares order of items

Overview

gitlab@a906328b revealed a flaw in the CI variables update script. When the order of variables is changed in the GitLab documentation, the update script will detect a difference and have the related CI job fail. Updates solely to the order of CI variables in the docs do not have a consequence for CI variable auto-completion.

Therefore, this MR makes the documentation parser (in the update script) sort the CI variables before computing the difference between the version in the docs and in the repo.

Edited by Kev

Merge request reports