ci(linux): fix command [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-21 21:48:39 +01:00
parent 80cfae0ef8
commit 58bf4cb91c
2 changed files with 2 additions and 2 deletions

View file

@ -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; }

View file

@ -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; }