mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +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) {
|
function extractDependencies(content) {
|
||||||
logger.debug('docker-compose.extractDependencies()');
|
logger.debug('circleci.extractDependencies()');
|
||||||
const deps = [];
|
const deps = [];
|
||||||
let lineNumber = 0;
|
let lineNumber = 0;
|
||||||
for (const line of content.split('\n')) {
|
for (const line of content.split('\n')) {
|
||||||
|
|
Loading…
Reference in a new issue