From 89cbc144fd24b924d250928e2b588d6a4e56f50e Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Wed, 24 Jul 2019 14:51:33 -0400 Subject: [PATCH] Cleaned up theme cloning for build --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2cb149..0bf87f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,11 +6,11 @@ variables: HUGO_IMAGE_TAG: "arm" AWS_IMAGE_TAG: "0.2" -before_script: - - git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even - build: stage: build + before_script: + - rm -rf themes/even + - git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even script: - make -e build