From a381228ff4e26d6f0e6b414d8c39d458d09ed850 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 29 Jul 2019 21:56:18 -0400 Subject: [PATCH] Fixed before_script for deploy .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bf87f7..3795938 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,11 +6,12 @@ variables: HUGO_IMAGE_TAG: "arm" AWS_IMAGE_TAG: "0.2" +before_script: + - rm -rf themes/even + - 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