You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing required key(s): 'path'
include: array | object | string
Will infer the method based on the value. E. g. `https://...` strings will be of type `include:remote`, and `/ templates/...` or `templates/...` will be of type `include:local`.
if you mean the swiggly red line that appears like this:
This is not the plugin's fault, but rather a json schema error. I've noticed this myself and am not sure why this happens, since I'm using the "official" gitlab ci json schema.
We have this in our CI config:
The plugin reports
However single string in an array is supported as in https://docs.gitlab.com/ee/ci/yaml/includes.html
The text was updated successfully, but these errors were encountered: