2
0
Эх сурвалжийг харах

ci(linux): fix flags order [skip ci]

Baptiste Augrain 1 жил өмнө
parent
commit
80cfae0ef8

+ 1 - 4
package_linux_bin.sh

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

+ 1 - 4
package_linux_reh.sh

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