Set CI=true by default
#43761
Closed
jamietanna
started this conversation in
Suggest an Idea
Replies: 1 comment 2 replies
-
|
@viceice thoughts? We set this in the Mend Developer Platform for @renovatebot and @containerbase, so maybe we should make it a default? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
When running Renovate, we execute a number of child commands.
A number of these will perform slightly different things (for instance
miseas noted in #43606) when running in a build pipeline/ Continuous Integration (CI) platform, commonly found when theCI=trueenvironment variable is set.Right now via we'll automagically pass through the
CIenv var if it's set.As per discussion in #43606, we could look at enabling this by default for all Renovate users.
This is something we're setting at least for Mend-hosted apps for the @renovatebot org, and has value to be enabled-by-default.
This may be something to consider for the next major release.
Beta Was this translation helpful? Give feedback.
All reactions