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

fix(shebang): avoid node arguments #21

Merged
merged 1 commit into from
Aug 22, 2023
Merged

fix(shebang): avoid node arguments #21

merged 1 commit into from
Aug 22, 2023

Conversation

pilartomas
Copy link
Collaborator

@pilartomas pilartomas commented Aug 22, 2023

Supplying arguments in shebang unfortunately doesn't work on Linux (--no-warnings in our case).

Since there is no good solution for that, we're replacing experimental feature that caused the warnings with its runtime alternative. This achieves the desired outcome. Simple healthcheck job has been added as well.

@pilartomas pilartomas force-pushed the fix-shebang-linux branch 2 times, most recently from fad946b to 296aa9a Compare August 22, 2023 06:03
Signed-off-by: Tomas Pilar <tomas.pilar@ibm.com>
@pilartomas pilartomas marked this pull request as ready for review August 22, 2023 06:08
@pilartomas pilartomas merged commit eb67bde into main Aug 22, 2023
7 checks passed
@pilartomas pilartomas deleted the fix-shebang-linux branch August 22, 2023 06:31
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.

2 participants