79354778

Date: 2025-01-14 11:04:24
Score: 0.5
Natty:
Report link

This is a workaround until Gitlab fix this problem.

If you add a temp job which always resolves to false in gitlab-ci.yml then this fixes the problem. e.g.

temp:
  script: echo
  rules:
    - if: $EMPTY_VAR # Always false
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Davy-F