chore: log branchList before pruning

This commit is contained in:
Rhys Arkins 2018-01-30 09:23:38 +01:00
parent b32b7447da
commit 5a02a35afb

View file

@ -20,7 +20,7 @@ async function pruneStaleBranches(config) {
let renovateBranches = await platform.getAllRenovateBranches(
config.branchPrefix
);
logger.debug(`renovateBranches=${renovateBranches}`);
logger.debug({ branchList, renovateBranches });
const lockFileBranch = `${config.branchPrefix}lock-file-maintenance`;
if (renovateBranches.includes(lockFileBranch)) {
logger.debug('Checking lock file branch');