From 5f22444849bba98dc659b600ccd62c532bdc0e41 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Wed, 24 Jul 2019 14:44:53 -0400 Subject: [PATCH] Submodules just don't quite work right here --- .gitignore | 1 + .gitlab-ci.yml | 2 +- .gitmodules | 3 --- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitignore b/.gitignore index decdd42..35462be 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ flymd* public/ resources/ static/ +themes/ \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bf26f4..f2cb149 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: AWS_IMAGE_TAG: "0.2" before_script: - - git submodule update --init --recursive --remote + - git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even build: stage: build diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b0f3d0f..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/even"] - path = themes/even - url = https://gitlab.com/bdebyl/hugo-theme-even.git