I'm creating pre-receive hook which needs to have access to environment variable created based on git push --push-option=variable command but all I'm getting is
fatal: the receiving end does not support push options
I've already changed my remote config and set advertisePushOptions to true and upgrade git version both on client and server side, but still issue remains.
Is it possible that Bitbucket doesn't support this git option?