1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

use proper user home

This commit is contained in:
Robin Appelman 2021-03-30 15:08:03 +02:00
commit 1baabacf87

View file

@ -132,7 +132,11 @@ pub fn default_mappings() -> Vec<Mapping<'static>> {
"/var/www/html/build/integration/composer.lock",
)
.file(),
Mapping::new(GlobalWorkDir, "composer/cache", "/var/www/.composer/cache"),
Mapping::new(
GlobalWorkDir,
"composer/cache",
"/home/haze/.composer/cache",
),
Mapping::new(
GlobalWorkDir,
"phpunit-cache",