Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created June 12, 2014 10:11
Show Gist options
  • Select an option

  • Save hatchan/a4e0c040b5eddc9fbba1 to your computer and use it in GitHub Desktop.

Select an option

Save hatchan/a4e0c040b5eddc9fbba1 to your computer and use it in GitHub Desktop.
Multiline yaml to singleline string yaml example
build:
steps:
script:
name: multiline bash
code: >
if [ -f "$EXAMPLE_PATH" ]; then
echo "path exists";
else
echo "path does not exist";
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment