Skip to content

Create platform specific run-elasticsearch task #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Jan 27, 2021

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.

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.
@russcam
Copy link
Contributor Author

russcam commented Jan 27, 2021

Merging in - test failures unrelated to this change.

@russcam russcam merged commit 65093c7 into master Jan 27, 2021
russcam added a commit that referenced this pull request Jan 27, 2021
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)
russcam added a commit that referenced this pull request Jan 27, 2021
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)
@russcam russcam deleted the fix/platform-run-elasticsearch-task branch January 27, 2021 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant