Skip to content

Fix multiline syntax for 'for loops' in Gitlab CI

Lucas Felix requested to merge fix-gitlab-deploy-syntax into 2.0.x

For loops in .gitlab.ci should be written with:

- |
  for ...
    ...

instead of

- >
  for ...
    ...

Merge request reports