From 6c2ce51785211f8bcd8dd820fd66a668b71adcc0 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 28 Oct 2018 22:11:24 +0400 Subject: [PATCH] Fix typo in .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52919c6..4e6498c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ build site: stage: build before_script: - apk --no-cache add ca-certificates wget - - 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 - tar xf hugo_0.49.2_Linux-64bit.tar.gz -C /usr/local/bin script: