meza
meza copied to clipboard
`meza create wiki` not updating job runner
Environment
- Machine or Virtual Machine details: Vagrant + VirtualBox
- Operating System:
CentOS Linux release 7.6.1810 (Core)
- meza version hash: 4ecae6b (currently
32.x-MezaExt-latest
branch)
Issue details
After running meza create wiki vagrant
and creating the wiki2
wiki, the file /opt/.deploy-meza/runAllJobs.php
is unchanged and still has:
$allWikis = array(
'demo',
);
In other words, wiki2
is not added to the $allWikis
array. The meza create wiki
command needs to update this file so jobs run on the new wikis, or the file needs to construct the array dynamically.