Get zola from alpine community repository (#1251)

Zola is not available in the `testing` repository, getting it from `community` instead
This commit is contained in:
Fredrik 2020-12-06 20:43:23 +00:00 committed by GitHub
parent ec3669dfd8
commit 37e24c27f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,8 +46,8 @@ variables:
pages:
script:
# Install the zola package from the alpine testing repositories
- apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ zola
# Install the zola package from the alpine community repositories
- apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ zola
# Execute zola build
- zola build