From a6ee6e7e7fbae99d73e37e957e10dd0e6ff3f0e9 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 22 Feb 2024 09:43:59 +0100 Subject: [PATCH] ci(linux): remove remote from non-server build [skip ci] --- package_linux_bin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package_linux_bin.sh b/package_linux_bin.sh index be4dd30..00fc9b5 100755 --- a/package_linux_bin.sh +++ b/package_linux_bin.sh @@ -16,6 +16,8 @@ cd vscode || { echo "'vscode' dir not found"; exit 1; } export VSCODE_SKIP_NODE_VERSION_CHECK=1 export VSCODE_SYSROOT_PREFIX='-glibc-2.17' +rm -rf remote + for i in {1..5}; do # try 5 times yarn --cwd build --frozen-lockfile --check-files && break if [[ $i == 3 ]]; then