Skip to content

[FIX] Replace INSTALL var with MAIN_APP.

The INSTALL env var is now used by pyasn here and this is showing an error, since it is not used by any other tools we decided to replace it with MAIN_APP.

This change is backward compatible, but will show a deprecation warning during the build process telling the user that must change the env var for the appropiate value instead of showing an error

Merge request reports

Loading