Skip to content
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

Support script file instead of script text in task script attribute #286

Closed
sagiegurari opened this issue Sep 2, 2019 · 0 comments
Closed
Assignees
Milestone

Comments

@sagiegurari
Copy link
Owner

Features Description
Allow to invoke external scripts using script attribute instead of command.
this allows to define the 'runner' inside the script via shebang line and not hardcode it in the task command attribute.

Code Sample

[tasks.external-file]
script = { file = "${CARGO_MAKE_WORKING_DIRECTORY}/scripts/my_script.sh" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant