Skip to content

autoconfigArtifacts overide default from other runtime environments. #51

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

Open
hansheng654 opened this issue May 4, 2021 · 0 comments
Open

Comments

@hansheng654
Copy link

hansheng654 commented May 4, 2021

when using multiple languages in one serverless, not all language requires artifact field to be set.
You will get below error:
image

This is due to line 44 below automatically forcing all other languages to use the same buildDir as Python.
I have to add line 43 to bypass such operation. so that other plugins can work properly and set their own artifact directory
image

Please help make this official, by simply do a check on the runtime is python or not.

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

No branches or pull requests

1 participant