gitlab-ci-local icon indicating copy to clipboard operation
gitlab-ci-local copied to clipboard

Empty rules fallbacks to when never, but gitlab.com fails hard

Open firecow opened this issue 7 months ago • 0 comments

Minimal .gitlab-ci.yml illustrating the issue

---
job:
  rules: []
  script:
    - echo "Heya"

Expected behavior I would expect gitlab-ci-local to blow up with an red error message, just like gitlab.com does

Unable to create pipeline
job:rules config can't be blank

firecow avatar May 02 '25 08:05 firecow