9f36097db2
This fix is a followup to !24098 which introduced a validation of the `include:` keyword of a gitlab-ci configuration file when triggered from /ci/lint API calls. However, there was a test case missing: the case of a single string as value. I have added a test case for that which shows that the code was not validating it correctly. This commit fixes that to allow all `include:` valid inputs.
5 lines
155 B
YAML
5 lines
155 B
YAML
---
|
|
title: Fix single string values for the 'include' keyword validation of gitlab-ci.yml.
|
|
merge_request: 26998
|
|
author: Paul Bonaud (@paulrbr)
|
|
type: fixed
|