1
Fork 0

Fix typo in .gitlab-ci.yml

master
Vladimir Hodakov 2018-10-28 22:11:24 +04:00
parent 967595ebc3
commit 6c2ce51785
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 1 additions and 1 deletions

View File

@ -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: