mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
logs: fix circleci debug
This commit is contained in:
parent
fc203bcc89
commit
7f49e1b617
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
};
|
||||
|
||||
function extractDependencies(content) {
|
||||
logger.debug('docker-compose.extractDependencies()');
|
||||
logger.debug('circleci.extractDependencies()');
|
||||
const deps = [];
|
||||
let lineNumber = 0;
|
||||
for (const line of content.split('\n')) {
|
||||
|
|
Loading…
Reference in a new issue