Submodules just don't quite work right here
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ flymd*
|
|||||||
public/
|
public/
|
||||||
resources/
|
resources/
|
||||||
static/
|
static/
|
||||||
|
themes/
|
||||||
@@ -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
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "themes/even"]
|
|
||||||
path = themes/even
|
|
||||||
url = https://gitlab.com/bdebyl/hugo-theme-even.git
|
|
||||||
Reference in New Issue
Block a user