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:
parent
ec3669dfd8
commit
37e24c27f1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue