79761865

Date: 2025-09-11 11:37:08
Score: 0.5
Natty:
Report link

They are overwritten. I am using !reference to add the rules from the template again:

.my_template:
  rules:
    - if: $FOO != "bar"
      when: never

my_job:
  extends: .my_template
  rules:
    - !reference [.my_template, rules] # rules are overwritten, not extended
    - if: $SOMETING == "anyting"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Axel Heider