mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +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",
|
"/var/www/html/build/integration/composer.lock",
|
||||||
)
|
)
|
||||||
.file(),
|
.file(),
|
||||||
Mapping::new(GlobalWorkDir, "composer/cache", "/var/www/.composer/cache"),
|
Mapping::new(
|
||||||
|
GlobalWorkDir,
|
||||||
|
"composer/cache",
|
||||||
|
"/home/haze/.composer/cache",
|
||||||
|
),
|
||||||
Mapping::new(
|
Mapping::new(
|
||||||
GlobalWorkDir,
|
GlobalWorkDir,
|
||||||
"phpunit-cache",
|
"phpunit-cache",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue