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

Eslint complained about shebang, so run these scripts with node #406

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

iandees
Copy link
Member

@iandees iandees commented Nov 18, 2024

As part of #401 I removed the shebang from the scripts referenced here. This caused AWS Batch to fail running the commands with:

exec ./task.js: exec format error

To resolve this, I'm switching the commands run by the Batch containers to exec node with the script as an arg instead of trying to exec the scripts directly.

@iandees iandees merged commit df26057 into master Nov 18, 2024
3 checks passed
@iandees iandees deleted the exec-with-node branch November 18, 2024 05:15
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