mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
ci(linux): fix artifact files rights [skip ci]
This commit is contained in:
@@ -9,6 +9,8 @@ fi
|
|||||||
|
|
||||||
tar -xzf ./vscode.tar.gz
|
tar -xzf ./vscode.tar.gz
|
||||||
|
|
||||||
|
chown -R root:root vscode
|
||||||
|
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||||
@@ -19,7 +21,6 @@ export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
|
|||||||
ls -la .git
|
ls -la .git
|
||||||
|
|
||||||
git clean -xfd .
|
git clean -xfd .
|
||||||
yarn cache clean
|
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user