mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
chore(NA): changing a small comment on bazel runner package to test run auto approve actions on backport (#160778)
This PR just intends to introduce a small comment change to test our auto approval action for backport prs.
This commit is contained in:
parent
d7e8eaa1a2
commit
27b82d9995
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ async function runBazelRunner(runner, args, options = undefined) {
|
|||
]);
|
||||
|
||||
if (process.env.CI && !options?.quiet) {
|
||||
// on CI it's useful to reduce the logging output, but we still want to see basic info from Bazel so continue to log the INFO: lines from bazel
|
||||
// on CI it's useful to reduce the logging output, but we still want to see basic info from Bazel so continue to log the INFO: lines from bazel.
|
||||
for (const line of buffer) {
|
||||
if (line.startsWith('INFO:') && !line.startsWith('INFO: From ')) {
|
||||
console.log(options?.logPrefix ? `${options.logPrefix} ${line}` : line);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue