From c11e8cb34fa6bea75265aa728c1af42ae1be99b3 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 22 Feb 2024 01:27:39 +0100 Subject: [PATCH] ci(linux): remove git clean [skip ci] --- package_linux_bin.sh | 6 ------ package_linux_reh.sh | 2 -- 2 files changed, 8 deletions(-) diff --git a/package_linux_bin.sh b/package_linux_bin.sh index 58fb8e3..be4dd30 100755 --- a/package_linux_bin.sh +++ b/package_linux_bin.sh @@ -11,17 +11,11 @@ tar -xzf ./vscode.tar.gz chown -R root:root vscode -ls -la - cd vscode || { echo "'vscode' dir not found"; exit 1; } export VSCODE_SKIP_NODE_VERSION_CHECK=1 export VSCODE_SYSROOT_PREFIX='-glibc-2.17' -ls -la .git - -git clean -xfd . - for i in {1..5}; do # try 5 times yarn --cwd build --frozen-lockfile --check-files && break if [[ $i == 3 ]]; then diff --git a/package_linux_reh.sh b/package_linux_reh.sh index 0adb3b5..6c2fb30 100755 --- a/package_linux_reh.sh +++ b/package_linux_reh.sh @@ -9,8 +9,6 @@ fi tar -xzf ./vscode.tar.gz -chown -R root:root vscode - cd vscode || { echo "'vscode' dir not found"; exit 1; } export VSCODE_PLATFORM='linux'