Skip to content

Commit

Permalink
fix: allow optional node args when calling renovate wrapper (#27376)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 17, 2024
1 parent eb453a1 commit 75d2d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/bin/renovate
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ -f "/usr/local/etc/env" && -z "${CONTAINERBASE_ENV+x}" ]]; then
. /usr/local/etc/env
fi

node /usr/local/renovate/dist/renovate.js "$@"
node "${RENOVATE_NODE_ARGS[@]}" /usr/local/renovate/dist/renovate.js "$@"

0 comments on commit 75d2d37

Please sign in to comment.