Skip to content

Using literal string blocks in YAML

Nikolai edited this page Jul 12, 2016 · 2 revisions

Complex commands should be places in a block that takes the string "as is"

commands:
  - >-
   very very long command
continuation of this command

Example codefresh.yml

Clone this wiki locally