forked from extern/egroupware
do NOT tag z-push, as we use their releases / tags for 19.1+
This commit is contained in:
parent
d8914ce0f4
commit
8c5c227d9f
@ -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']));
|
||||
|
Loading…
Reference in New Issue
Block a user