mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
(experiment) disable keep alive
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
export npm_config_arch="$BUILDARCH"
|
||||
export npm_config_target_arch="$BUILDARCH"
|
||||
if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then
|
||||
export npm_config_arch="$BUILDARCH"
|
||||
export npm_config_target_arch="$BUILDARCH"
|
||||
fi
|
||||
|
||||
# cp -rp src/* vscode/
|
||||
cd vscode || exit
|
||||
|
||||
Reference in New Issue
Block a user