You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using multiple languages in one serverless, not all language requires artifact field to be set.
You will get below error:
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
Please help make this official, by simply do a check on the runtime is python or not.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
when using multiple languages in one serverless, not all language requires artifact field to be set.

You will get below error:
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
Please help make this official, by simply do a check on the runtime is python or not.
The text was updated successfully, but these errors were encountered: