[drone-ci]: hyperbola as primary image
This commit is contained in:
parent
f99e81b032
commit
65799536f1
22
.drone.yml
22
.drone.yml
@ -2,17 +2,6 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- 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
|
|
||||||
|
|
||||||
- name: hyperbola
|
- name: hyperbola
|
||||||
image: rusian/hyperbola:0.4
|
image: rusian/hyperbola:0.4
|
||||||
commands:
|
commands:
|
||||||
@ -30,3 +19,14 @@ steps:
|
|||||||
- (cd cl-theme/ && make compile)
|
- (cd cl-theme/ && make compile)
|
||||||
- cp -v Makefile.example Makefile
|
- cp -v Makefile.example Makefile
|
||||||
- make validate
|
- make validate
|
||||||
|
|
||||||
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user