gitlab-ci-local
gitlab-ci-local copied to clipboard
Empty rules fallbacks to when never, but gitlab.com fails hard
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