mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.15`: - [[Build] Fix Windows Node path (#188271)](https://github.com/elastic/kibana/pull/188271) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Brad White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-07-15T18:02:27Z","message":"[Build] Fix Windows Node path (#188271)\n\n## Summary\r\n\r\nCloses #188175\r\n\r\nThis path wasn't updated as part of #184675","sha":"58c82e8f81e7768dbe92f0bd7c6a6ddb2f76d526","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-minor","v8.15.0","v8.16.0"],"title":"[Build] Fix Windows Node path","number":188271,"url":"https://github.com/elastic/kibana/pull/188271","mergeCommit":{"message":"[Build] Fix Windows Node path (#188271)\n\n## Summary\r\n\r\nCloses #188175\r\n\r\nThis path wasn't updated as part of #184675","sha":"58c82e8f81e7768dbe92f0bd7c6a6ddb2f76d526"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/188271","number":188271,"mergeCommit":{"message":"[Build] Fix Windows Node path (#188271)\n\n## Summary\r\n\r\nCloses #188175\r\n\r\nThis path wasn't updated as part of #184675","sha":"58c82e8f81e7768dbe92f0bd7c6a6ddb2f76d526"}}]}] BACKPORT--> Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
This commit is contained in:
parent
269f0bc35f
commit
8acbabf640
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
|
|||
set SCRIPT_DIR=%~dp0
|
||||
for %%I in ("%SCRIPT_DIR%..") do set DIR=%%~dpfI
|
||||
|
||||
set NODE=%DIR%\node\node.exe
|
||||
set NODE=%DIR%\node\default\node.exe
|
||||
set NODE_ENV=production
|
||||
|
||||
If Not Exist "%NODE%" (
|
||||
|
|
|
@ -5,7 +5,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
|
|||
set SCRIPT_DIR=%~dp0
|
||||
for %%I in ("%SCRIPT_DIR%..") do set DIR=%%~dpfI
|
||||
|
||||
set NODE=%DIR%\node\node.exe
|
||||
set NODE=%DIR%\node\default\node.exe
|
||||
set NODE_ENV=production
|
||||
|
||||
If Not Exist "%NODE%" (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue