aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-22 15:50:51 -0500
committerJesús <heckyel@hyperbola.info>2021-12-22 15:50:51 -0500
commit65799536f1d8fd9a4375a595b06cfbb5a94b6406 (patch)
tree274b7af5912309f008f2e9f23aa950db0aef3268
parentf99e81b032b45bd798c84a83fe8f63b7df1bbc1c (diff)
downloadcl-65799536f1d8fd9a4375a595b06cfbb5a94b6406.tar.lz
cl-65799536f1d8fd9a4375a595b06cfbb5a94b6406.tar.xz
cl-65799536f1d8fd9a4375a595b06cfbb5a94b6406.zip
[drone-ci]: hyperbola as primary image
-rw-r--r--.drone.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.drone.yml b/.drone.yml
index 07a4aa5..3396846 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,17 +2,6 @@ kind: pipeline
name: default
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
image: rusian/hyperbola:0.4
commands:
@@ -30,3 +19,14 @@ steps:
- (cd cl-theme/ && make compile)
- cp -v Makefile.example Makefile
- 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