mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-29 23:26:33 +03:00
ci(linux): remove git clean [skip ci]
This commit is contained in:
parent
9ce4c29b64
commit
c11e8cb34f
@ -11,17 +11,11 @@ tar -xzf ./vscode.tar.gz
|
|||||||
|
|
||||||
chown -R root:root vscode
|
chown -R root:root vscode
|
||||||
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||||
|
|
||||||
export VSCODE_SKIP_NODE_VERSION_CHECK=1
|
export VSCODE_SKIP_NODE_VERSION_CHECK=1
|
||||||
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
|
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
|
||||||
|
|
||||||
ls -la .git
|
|
||||||
|
|
||||||
git clean -xfd .
|
|
||||||
|
|
||||||
for i in {1..5}; do # try 5 times
|
for i in {1..5}; do # try 5 times
|
||||||
yarn --cwd build --frozen-lockfile --check-files && break
|
yarn --cwd build --frozen-lockfile --check-files && break
|
||||||
if [[ $i == 3 ]]; then
|
if [[ $i == 3 ]]; then
|
||||||
|
@ -9,8 +9,6 @@ fi
|
|||||||
|
|
||||||
tar -xzf ./vscode.tar.gz
|
tar -xzf ./vscode.tar.gz
|
||||||
|
|
||||||
chown -R root:root vscode
|
|
||||||
|
|
||||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||||
|
|
||||||
export VSCODE_PLATFORM='linux'
|
export VSCODE_PLATFORM='linux'
|
||||||
|
Loading…
Reference in New Issue
Block a user