Commit cd53206
committed
tilt: fix build_engine setting when using podman
Following aa18c06 the podman detection has been moved
below the `default_build_engine` variable usage,
breaking podman support.
This fix podman support by setting the `build_engine` directly
instead of using a `default_build_engine` variable.
Signed-off-by: Benjamin Gentil <[email protected]>1 parent a301f20 commit cd53206
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments