From 9a1545eca4e0cccad5c88fa93ee07ac08d531a91 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 28 Oct 2018 22:25:36 +0400 Subject: [PATCH] Fix CI error (2) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b680f71..69248f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build site: 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 "https://github.com/gohugoio/hugo/releases/download/v$HUGO_VERSION/hugo_$HUGO_VERSION_Linux-64bit.tar.gz" - tar xf hugo_0.49.2_Linux-64bit.tar.gz -C /usr/local/bin script: - /usr/local/bin/hugo -d tango.hodakov.me