From 19376cdbb164aa7abea7e9cfca3a4a234758579d Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 28 Oct 2018 22:27:27 +0400 Subject: [PATCH] Fix CI error (3) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69248f1..661d3aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,13 @@ variables: GIT_SUBMODULE_STRATEGY: recursive - HUGO_VERSION: 0.49.2 + HUGO_ARCHIVE: https://github.com/gohugoio/hugo/releases/download/v0.49.2/hugo_0.49.2_Linux-64bit.tar.gz build site: stage: build before_script: - apk --no-cache add ca-certificates wget openssh-client - update-ca-certificates - - wget "https://github.com/gohugoio/hugo/releases/download/v$HUGO_VERSION/hugo_$HUGO_VERSION_Linux-64bit.tar.gz" + - wget $HUGO_ARCHIVE - tar xf hugo_0.49.2_Linux-64bit.tar.gz -C /usr/local/bin script: - /usr/local/bin/hugo -d tango.hodakov.me