Codebase list ruby-gitlab / 87adcfe spec / fixtures / invalid_content_gitlab_ci_yml.json
87adcfe

Tree @87adcfe (Download .tar.gz)

invalid_content_gitlab_ci_yml.json @87adcferaw · history · blame

1
2
3
4
5
6
{
  "status": "invalid",
  "errors": [
    "variables config should be a hash of key value pairs"
  ]
}