Files
honey-biscuit-workshop/tests/fixtures/prebake/with_custom_bootstrap.yml
T

13 lines
240 B
YAML

version: "1.0"
environment:
builder: "baremetal"
bootstrap:
user: "vulcan"
workspace:
path: "/home/vulcan/workspace"
fallback: true
custom: |
#!/bin/sh
echo 'custom bootstrap executed'
mkdir -p /custom-workspace