Skip to content

Commit 8e2df2e

Browse files
committed
New schema variant for command
1 parent 27e1d0f commit 8e2df2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

usage_scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
db:
1313
# we need the DB fully booted. Therefore we wait here a little
1414
setup-commands:
15-
- sleep 10
15+
- command: sleep 10
1616

1717
app:
1818
environment:

usage_scenario_warm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
db:
1313
# we need the DB fully booted. Therefore we wait here a little
1414
setup-commands:
15-
- sleep 10
15+
- command: sleep 10
1616

1717
app:
1818
environment:

0 commit comments

Comments
 (0)