mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 19:40:14 +10:00
ci(linux): fix command [skip ci]
This commit is contained in:
@@ -7,7 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tar -xzf ./vscode.tar.gz .
|
tar -xzf ./vscode.tar.gz
|
||||||
|
|
||||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tar -xzf ./vscode.tar.gz .
|
tar -xzf ./vscode.tar.gz
|
||||||
|
|
||||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user