ソースを参照

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

Baptiste Augrain 1 年間 前
コミット
80cfae0ef8
2 ファイル変更2 行追加8 行削除
  1. 1 4
      package_linux_bin.sh
  2. 1 4
      package_linux_reh.sh

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