[drone-ci]: remove alpine image
This commit is contained in:
11
.drone.yml
11
.drone.yml
@@ -21,14 +21,3 @@ steps:
|
|||||||
- (cd cl-theme/ && make compile)
|
- (cd cl-theme/ && make compile)
|
||||||
- cp -v Makefile.example Makefile
|
- cp -v Makefile.example Makefile
|
||||||
- make html # make validate disable because java no is present on Hyperbola
|
- make html # make validate disable because java no is present on Hyperbola
|
||||||
|
|
||||||
- name: alpine
|
|
||||||
image: alpine:3.13.7
|
|
||||||
commands:
|
|
||||||
- apk update
|
|
||||||
- apk add musl-locales openjdk11 py3-pip make
|
|
||||||
- pip3 install babel beautifulsoup4 html5validator markdown pelican
|
|
||||||
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
|
||||||
- (cd cl-theme/ && make compile)
|
|
||||||
- cp -v Makefile.example Makefile
|
|
||||||
- make validate || true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user