Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
80b3db4c
Unverified
Commit
80b3db4c
authored
3 years ago
by
Michael Kriese
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(manager:helm-values): remove debug log (#11105)
Will be logged later at `packageFiles with updates` anyways
parent
464b18ba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/manager/helm-values/extract.ts
+0
-1
0 additions, 1 deletion
lib/manager/helm-values/extract.ts
with
0 additions
and
1 deletion
lib/manager/helm-values/extract.ts
+
0
−
1
View file @
80b3db4c
...
...
@@ -66,7 +66,6 @@ export function extractPackageFile(content: string): PackageFile {
try
{
const
deps
=
findDependencies
(
parsedContent
,
[]);
if
(
deps
.
length
)
{
logger
.
debug
({
deps
},
'
Found dependencies in helm-values
'
);
return
{
deps
};
}
}
catch
(
err
)
/* istanbul ignore next */
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment