Skip to content

Fix redundant array syntax in `.gitlab-ci.yml` example

Vincent requested to merge Vinnl/gitlab-ee:patch-5 into master

What does this MR do?

The code example lists paths to be specified both with the multiline - syntax, as well as with the [bracket, syntax]. Only one is needed.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

Because the code example of gitlab-ci.yml didn't lint.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Vincent

Merge request reports