Skip to content

Commit

Permalink
build: fix node args (#30347)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Jul 24, 2024
1 parent fa87062 commit b9c46b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

/usr/local/renovate/node "${RENOVATE_NODE_ARGS[@]}" /usr/local/renovate/dist/renovate.js "$@"
/usr/local/renovate/node --use-openssl-ca "${RENOVATE_NODE_ARGS[@]}" /usr/local/renovate/dist/renovate.js "$@"
2 changes: 1 addition & 1 deletion tools/docker/bin/renovate-config-validator
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

/usr/local/renovate/node /usr/local/renovate/dist/config-validator.js "$@"
/usr/local/renovate/node --use-openssl-ca /usr/local/renovate/dist/config-validator.js "$@"

0 comments on commit b9c46b9

Please sign in to comment.