Explorar o código

ci(linux): debug [ci]

Baptiste Augrain hai 1 ano
pai
achega
a6150955be
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      package_linux_bin.sh

+ 3 - 2
package_linux_bin.sh

@@ -9,13 +9,14 @@ fi
 
 tar -xzf ./vscode.tar.gz
 
+ls -la
+
 cd vscode || { echo "'vscode' dir not found"; exit 1; }
 
 export VSCODE_SKIP_NODE_VERSION_CHECK=1
 export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
 
-pwd
-ls -la *
+ls -la .git
 
 git clean -xfd .
 yarn cache clean