aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-22 22:15:10 -0500
committerJesús <heckyel@hyperbola.info>2021-12-22 22:15:10 -0500
commit4547c3cb6137620e9016f87f871db0ad14486a91 (patch)
tree4adfbc29f30c87e89df2cc59e34d839fa46c7a64
parentd62fd61202d34a8b57e416aac3b782c5182bf695 (diff)
downloadcl-4547c3cb6137620e9016f87f871db0ad14486a91.tar.lz
cl-4547c3cb6137620e9016f87f871db0ad14486a91.tar.xz
cl-4547c3cb6137620e9016f87f871db0ad14486a91.zip
[drone-ci]: remove alpine image
-rw-r--r--.drone.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.drone.yml b/.drone.yml
index e7ca2f6..da6e753 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -21,14 +21,3 @@ steps:
- (cd cl-theme/ && make compile)
- cp -v Makefile.example Makefile
- 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