Commit 65093c7
authored
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.1 parent c2ad7d2 commit 65093c7
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