mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
seem Composer 2.x need --prefer-source to not remove the .git dirs on update
This commit is contained in:
parent
47b457b73b
commit
8bd1a91050
@ -361,7 +361,7 @@ function do_tag()
|
||||
$output = $ret = null;
|
||||
$timeout = 30;
|
||||
$try = 0;
|
||||
$cmd = $config['composer'].' update --ignore-platform-reqs --no-dev egroupware/\*';
|
||||
$cmd = $config['composer'].' update --ignore-platform-reqs --no-dev --prefer-source egroupware/\*';
|
||||
while(run_cmd($cmd, $output, 2))
|
||||
{
|
||||
++$try;
|
||||
|
Loading…
Reference in New Issue
Block a user