From 3fba603d5a7d50b61bf535a0e7463377d3141705 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 28 Oct 2018 22:22:43 +0400 Subject: [PATCH] Fix CI error --- .gitlab-ci.yml | 2 +- .gitmodules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab2f1a2..fd3b1ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: build site: stage: build before_script: - - apk --no-cache add ca-certificates wget + - apk --no-cache add ca-certificates wget openssh-client - update-ca-certificates - 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 diff --git a/.gitmodules b/.gitmodules index 161247c..e61bfb6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/tango"] path = themes/tango - url = ssh://git@lab.wtfteam.pro:2222/fat0troll/hugo-tango-theme.git + url = ../hugo-tango-theme.git