1
Fork 0

Fix CI error (3)

master
Vladimir Hodakov 2018-10-28 22:27:27 +04:00
parent 9a1545eca4
commit 19376cdbb1
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 2 additions and 2 deletions

View File

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