do NOT tag z-push, as we use their releases / tags for 19.1+

This commit is contained in:
Ralf Becker 2019-08-06 16:42:11 +02:00
parent d8914ce0f4
commit 8c5c227d9f

View File

@ -347,7 +347,7 @@ function do_tag()
run_cmd('./install-cli.php --git-apps push -f origin '.escapeshellarg($config['tag']));
// tag and push stuff now in vendor
foreach(array('z-push-dev', 'adodb-php') as $package)
foreach(array('adodb-php') as $package)
{
run_cmd("cd vendor/egroupware/$package; git tag -f ".escapeshellarg($config['tag']).' -m '.escapeshellarg('Creating '.$config['tag']));
run_cmd("cd vendor/egroupware/$package; git push -f origin ".escapeshellarg($config['tag']));