ci(linux): fix flags order [skip ci]
This commit is contained in:
parent
4d712a77a8
commit
80cfae0ef8
2 changed files with 2 additions and 8 deletions
|
@ -7,10 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
tar -xfz ./vscode.tar.gz .
|
||||
tar -xzf ./vscode.tar.gz .
|
||||
|
||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||
|
||||
|
|
|
@ -7,10 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
tar -xfz ./vscode.tar.gz .
|
||||
tar -xzf ./vscode.tar.gz .
|
||||
|
||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue