|
@@ -62,9 +62,9 @@ export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
|
|
if [[ "${OS_NAME}" == "linux" ]]; then
|
|
if [[ "${OS_NAME}" == "linux" ]]; then
|
|
export VSCODE_SKIP_NODE_VERSION_CHECK=1
|
|
export VSCODE_SKIP_NODE_VERSION_CHECK=1
|
|
|
|
|
|
- # if [[ -f "../.nvmrc.linux" ]]; then
|
|
|
|
- # mv ../.nvmrc.linux ../.nvmrc
|
|
|
|
- # fi
|
|
|
|
|
|
+ if [[ -f "../.nvmrc.linux" ]]; then
|
|
|
|
+ mv ../.nvmrc.linux ../.nvmrc
|
|
|
|
+ fi
|
|
|
|
|
|
for file in ../patches/linux/*.patch; do
|
|
for file in ../patches/linux/*.patch; do
|
|
if [[ -f "${file}" ]]; then
|
|
if [[ -f "${file}" ]]; then
|