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