Submodules just don't quite work right here

This commit is contained in:
Bastian de Byl
2019-07-24 14:44:53 -04:00
parent f8af488f68
commit 5f22444849
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ flymd*
public/ public/
resources/ resources/
static/ static/
themes/

View File

@@ -7,7 +7,7 @@ variables:
AWS_IMAGE_TAG: "0.2" AWS_IMAGE_TAG: "0.2"
before_script: before_script:
- git submodule update --init --recursive --remote - git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even
build: build:
stage: build stage: build

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "themes/even"]
path = themes/even
url = https://gitlab.com/bdebyl/hugo-theme-even.git