瀏覽代碼

ci(linux): remove remote from non-server build [skip ci]

Baptiste Augrain 1 年之前
父節點
當前提交
a6ee6e7e7f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package_linux_bin.sh

+ 2 - 0
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