Merge commit 'c6487ef55653dd188f95f279369c748cad66095f'
* commit 'c6487ef55653dd188f95f279369c748cad66095f': set-parent-project: evict child projects from project cache
This commit is contained in:
@@ -133,6 +133,8 @@ final class AdminSetParent extends BaseCommand {
|
||||
} catch (ConfigInvalidException e) {
|
||||
throw new Failure(1, "Cannot update project " + name, e);
|
||||
}
|
||||
|
||||
projectCache.evict(pc.getProject());
|
||||
}
|
||||
|
||||
if (err.length() > 0) {
|
||||
|
Reference in New Issue
Block a user