Skip to content

Commit be3bfb0

Browse files
gmarullcarlescufi
authored andcommitted
app: use extra_overlay_confs
Using OVERLAY_CONFIG in extra_args is deprecated in favor of extra_overlay_confs. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 27bc3ea commit be3bfb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ common:
1212
tests:
1313
app.default: {}
1414
app.debug:
15-
extra_args: OVERLAY_CONFIG="debug.conf"
15+
extra_overlay_confs:
16+
- debug.conf

0 commit comments

Comments
 (0)