compose/pkg/e2e/fixtures/cascade/compose.yaml

9 lines
131 B
YAML

services:
exit:
image: alpine
command: /bin/true
fail:
image: alpine
command: sh -c "sleep 0.1 && /bin/false"