1

Fix CI error (2)

This commit is contained in:
Vladimir Hodakov 2018-10-28 22:25:36 +04:00
parent d17b5f0d60
commit 9a1545eca4
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6

View File

@ -7,7 +7,7 @@ build site:
before_script: before_script:
- apk --no-cache add ca-certificates wget openssh-client - apk --no-cache add ca-certificates wget openssh-client
- update-ca-certificates - 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 - tar xf hugo_0.49.2_Linux-64bit.tar.gz -C /usr/local/bin
script: script:
- /usr/local/bin/hugo -d tango.hodakov.me - /usr/local/bin/hugo -d tango.hodakov.me