Show relevant errors when failing to match a CI job entry
CI jobs were identified only by the `script` keyword, resulting in unhelpfulerror messages: ```yaml build: before_script: pwd ``` Would raise this validation error: `jobs:build config contains unknown keys: before_script` This patch uses all the possible keys to match a job entry, resulting in this error message: `"jobs:build script can't be blank"`.
Showing
Please register or sign in to comment