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):
|
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
|
||||||
|
|
||||||
```
|
```
|
||||||
image: alpine:3.4
|
image: alpine:3.5
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk update && apk add openssl
|
- apk update && apk add openssl
|
||||||
- wget https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_linux-64bit.tgz
|
- wget https://github.com/spf13/hugo/releases/download/v0.18.1/hugo_0.18.1_Linux-64bit.tar.gz
|
||||||
- echo "37ee91ab3469afbf7602a091d466dfa5 hugo_0.16_linux-64bit.tgz" | md5sum -c
|
- echo "e8ba723c508e87912970f132534c64dc hugo_0.18.1_Linux-64bit.tar.gz" | md5sum -c
|
||||||
- tar xf hugo_0.16_linux-64bit.tgz && cp ./hugo /usr/bin
|
- 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
|
- hugo version
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- hugo
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user