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:
parent
56296d1449
commit
1baabacf87
1 changed files with 5 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue