(OS X is case-sensitive so we can't have fixture dirs which are identically named if you ignore case) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
6 lines
117 B
YAML
6 lines
117 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|
|
another:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|