-
Marius Bobin authored
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"`.
1517276d