Skip to content

Commit

Permalink
Drop unknown option '--log-file-level=debug'
Browse files Browse the repository at this point in the history
Renovate script fails with:
Storing signatures
DEBUG: Using RE2 regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in config.js
DEBUG: No config file found on disk - skipping
error: unknown option '--log-file-level=debug'

This drops the parameter, the output still shows DEBUG messages.

Signed-off-by: Martin Schuppert <[email protected]>
  • Loading branch information
stuggi committed Jul 26, 2024
1 parent a784f2c commit 941fa1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renovate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ do
renovate/renovate \
--token="${RENOVATE_TOKEN}" \
--git-author="OpenStack K8s CI <[email protected]>" \
--log-file-level=debug \
--update-not-scheduled=false \
--allowed-post-upgrade-commands="^make manifests generate,^make gowork,^go mod tidy,^make tidy" \
openstack-k8s-operators/openstack-operator \
Expand Down

0 comments on commit 941fa1a

Please sign in to comment.