Fix CI error
This commit is contained in:
parent
22760bedc8
commit
3fba603d5a
@ -4,7 +4,7 @@ variables:
|
|||||||
build site:
|
build site:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk --no-cache add ca-certificates wget
|
- apk --no-cache add ca-certificates wget openssh-client
|
||||||
- update-ca-certificates
|
- update-ca-certificates
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.49.2/hugo_0.49.2_Linux-64bit.tar.gz
|
- wget https://github.com/gohugoio/hugo/releases/download/v0.49.2/hugo_0.49.2_Linux-64bit.tar.gz
|
||||||
- tar xf hugo_0.49.2_Linux-64bit.tar.gz -C /usr/local/bin
|
- tar xf hugo_0.49.2_Linux-64bit.tar.gz -C /usr/local/bin
|
||||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "themes/tango"]
|
[submodule "themes/tango"]
|
||||||
path = themes/tango
|
path = themes/tango
|
||||||
url = ssh://git@lab.wtfteam.pro:2222/fat0troll/hugo-tango-theme.git
|
url = ../hugo-tango-theme.git
|
||||||
|
Loading…
Reference in New Issue
Block a user