Browse Source

Update gitlab-ci.sh

Show paths in it, to investigate (just a test)

Leo 8 years ago
parent
commit
7f80e8ba69
1 changed files with 6 additions and 1 deletions
  1. 6 1
      gitlab-ci.sh

+ 6 - 1
gitlab-ci.sh

@@ -12,7 +12,12 @@ comp=${1:-system}
 opam init --comp="${comp}"
 opam init --comp="${comp}"
 eval `opam config env`
 eval `opam config env`
 
 
-# Versions
+# Versions and files
+echo "Trees"
+echo "."
+tree .
+echo "~"
+tree ~
 echo "= Versions ="
 echo "= Versions ="
 echo "opam --version"
 echo "opam --version"
 opam --version
 opam --version