From 0b4098811624c230cb2de410724a7cf8d1f14292 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 3 May 2019 21:31:21 -0400 Subject: [PATCH] Debug stuff --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e3cd8e..802dc38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,8 @@ build-base: script: - docker build --pull --build-arg "GRAV_VERSION=$GRAV_VERSION" -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA" -t "$CI_REGISTRY_IMAGE:$GRAV_VERSION" . - docker push "$CI_REGISTRY_IMAGE:$GRAV_VERSION" + - docker image ls + - find . -type f build-git: stage: Extra-Git @@ -32,5 +34,6 @@ build-git: except: - pushes script: + - docker image ls - docker build --pull --build-arg "CI_COMMIT_SHORT_SHA=$CI_COMMIT_SHORT_SHA" -t "$CI_REGISTRY_IMAGE:$GRAV_VERSION-git" ./git/ - docker push "$CI_REGISTRY_IMAGE:$GRAV_VERSION-git" \ No newline at end of file