gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-ci-lint-500-error.yml
Stan Hu bf50573710 Fix 500 error in CI lint when included templates are an array
Previously the following syntax would fail in the linter with an
error 500:

```
include:
  template:
    - License-Management.gitlab-ci.yml
    - Dependency-Scanning.gitlab-ci.yml
    - SAST.gitlab-ci.yml
```

Now the error will call out specifically that the value
is not a string.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66605
2019-08-31 04:38:12 -07:00

5 lines
114 B
YAML

---
title: Fix 500 error in CI lint when included templates are an array
merge_request: 32232
author:
type: fixed