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
Release: Don't require DEPLOY_DESTINATION being an argument to make
DEPLOY_DESTINATION variables was set to empty value in release.mk, thus
value set in environment was ignored - to set it user would have to either
set via make command arguments or via release.config. This was inconsistent
with DEPLOY_BUILD_DESTINATION, which could have been used implicitly from
environment. This patch unifies behaviour for both variables.
Signed-off-by: Anton Kolesov <[email protected]>
0 commit comments