Closed htuscher closed 5 years ago
For build processes, which don't have access to $HOME (or in our case => Gitlab-CI you can't cache $HOME easily), it would be great if you could modify the plugin cache directory via e.g. $COMPOSER_SW_PLUGIN_DIR or similar.
$COMPOSER_SW_PLUGIN_DIR
Or alternatively just create a new folder in the composer cache directory:
$config = \Composer\Factory::createConfig(); $config->get('cache-dir');
For build processes, which don't have access to $HOME (or in our case => Gitlab-CI you can't cache $HOME easily), it would be great if you could modify the plugin cache directory via e.g.
$COMPOSER_SW_PLUGIN_DIR
or similar.