Commit f135436
committed
Create platform specific run-elasticsearch task (#159)
This commit splits out the command and script/script runner elements of the
run-elasticsearch task to fix a bug when running on Windows where
the task on linux and macOS uses a command
whilst windows uses a script to run via WSL2. The Windows specific
task ends up with multiple actions (command and script) which
cargo make errors on.
(cherry picked from commit 65093c7)1 parent 29ed2f5 commit f135436
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | | - | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
0 commit comments