From 9404d25fe6d84de4ad5482a3bc63629c4e3a7c99 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 3 May 2019 21:45:29 -0400 Subject: [PATCH] Testing --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1679a56..6f877a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build-base: stage: Base artifacts: paths: - - ${CI_BUILDS_DIR} + - ${CI_PROJECT_DIR} except: - pushes before_script: @@ -26,6 +26,7 @@ build-base: - docker push "$CI_REGISTRY_IMAGE:$GRAV_VERSION" - docker image ls - find . -type f + - find ${CI_PROJECT_DIR} -type f build-git: stage: Extra-Git