I am trying to use gitlab-pages. It generates artifacts, but fails to unzip the result. I would like to know a command that would help me to get the logs in order to understand what is happening !
Regarding the ci yaml file, I setup everything alright, I think. In the end, on the server side:
root@gitlab-datalab:/var/opt/gitlab/gitlab-rails/shared# pwd
/var/opt/gitlab/gitlab-rails/shared
I got an artifact
root@gitlab-datalab:/var/opt/gitlab/gitlab-rails/shared# ls -la artifacts/2017_11/6/543/
total 1856
drwxr-xr-x 2 git git 4096 Nov 14 16:38 .
drwxr-xr-x 9 git git 4096 Nov 14 16:38 ..
-rw-r--r-- 1 git git 1882245 Nov 14 16:38 artifacts.zip
-rw-r--r-- 1 git git 4163 Nov 14 16:38 metadata.gz
Yet pages directory is empty
root@gitlab-datalab:/var/opt/gitlab/gitlab-rails/shared# ls -la pages/
total 8
drwxr-x--- 2 git gitlab-www 4096 Nov 14 16:23 .
drwxrwxrwx 6 git gitlab-www 4096 Mar 2 2017 ..
I have no clue on how to get more information. Where can I find some logs ?
Thx !