update Readme
This commit is contained in:
parent
b4a9d7eef0
commit
601d569bad
14
README.md
14
README.md
@ -27,15 +27,21 @@ This project's static Pages are built by [GitLab CI][ci], following the steps
|
||||
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
|
||||
|
||||
```
|
||||
image: alpine:3.4
|
||||
image: alpine:3.5
|
||||
|
||||
before_script:
|
||||
- apk update && apk add openssl
|
||||
- wget https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_linux-64bit.tgz
|
||||
- echo "37ee91ab3469afbf7602a091d466dfa5 hugo_0.16_linux-64bit.tgz" | md5sum -c
|
||||
- tar xf hugo_0.16_linux-64bit.tgz && cp ./hugo /usr/bin
|
||||
- wget https://github.com/spf13/hugo/releases/download/v0.18.1/hugo_0.18.1_Linux-64bit.tar.gz
|
||||
- echo "e8ba723c508e87912970f132534c64dc hugo_0.18.1_Linux-64bit.tar.gz" | md5sum -c
|
||||
- tar xf hugo_0.18.1_Linux-64bit.tar.gz --strip-components=1 && mv hugo_0.18.1_linux_amd64 hugo && cp ./hugo /usr/bin
|
||||
- hugo version
|
||||
|
||||
test:
|
||||
script:
|
||||
- hugo
|
||||
except:
|
||||
- master
|
||||
|
||||
pages:
|
||||
script:
|
||||
- hugo
|
||||
|
Loading…
x
Reference in New Issue
Block a user