Parcourir la source

Update gitlab-ci.sh

Tress are not displayed with ci (maybe tree is not installed).

Leo il y a 8 ans
Parent
commit
389ae5abcd
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      gitlab-ci.sh

+ 3 - 3
gitlab-ci.sh

@@ -14,10 +14,10 @@ eval `opam config env`
 
 # Versions and files
 echo "Trees"
-echo "."
-tree .
+echo "$PWD"
+ls .
 echo "~"
-tree ~
+ls ~
 echo "= Versions ="
 echo "opam --version"
 opam --version