Skip to content

Regular expressions for the release branch are incorrect

David Diederich requested to merge ci-regex-fix into master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • No

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

This fixes the .gitlab-ci.yml branch expressions. Without this, they are ignored, leading to invalid YAML errors any time a branch named release/* is created.

Merge request reports