Cleaned up theme cloning for build

This commit is contained in:
Bastian de Byl
2019-07-24 14:51:33 -04:00
parent 5f22444849
commit 89cbc144fd

View File

@@ -6,11 +6,11 @@ variables:
HUGO_IMAGE_TAG: "arm" HUGO_IMAGE_TAG: "arm"
AWS_IMAGE_TAG: "0.2" AWS_IMAGE_TAG: "0.2"
before_script:
- git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even
build: build:
stage: build stage: build
before_script:
- rm -rf themes/even
- git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even
script: script:
- make -e build - make -e build