From e85f442240ed7d9c7bda9fb24facf76dbbf4f172 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 3 May 2019 22:03:30 -0400 Subject: [PATCH] Debug --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a94d5c..eabf325 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,8 @@ build-base: - find . -type f - find ${CI_PROJECT_DIR} -type f - ls -a / + - ls -a /var/lib/docker + - docker image inspect williammiceli/grav:1.6.8 build-git: stage: Extra-Git