Skip to content

feature - variable expansion mechanism to “rules changes”

Proposal

Is posible to add “GitLab internal variable expansion mechanism” to keyword “rules changes” ?

Example:

variables:
  DIR: somedirectory
rules:
  changes:
    - /path/$DIR/file

Thanks Jan Mojzis