Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-07-16 23:37:00 +0300
committerGitHub <noreply@github.com>2022-07-16 23:37:00 +0300
commit5fc071d716e1e8913dc6242cd4539021432d5fc6 (patch)
tree561abdcacd3b2a27afea628b91bb7895c7adc1a0
parent6eab385a9cacd8e73c072e317b1b6934b58176fc (diff)
ci: switch alpine-tools image (#460)
-rw-r--r--.drone.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index b0df26d..5371211 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -168,9 +168,8 @@ steps:
- markdownlint 'exampleSite/content/**/*.md' 'README.md'
- name: spellcheck
- image: node:lts-alpine
+ image: thegeeklab/alpine-tools
commands:
- - npm install -g spellchecker-cli
- spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions
environment:
FORCE_COLOR: true
@@ -208,9 +207,8 @@ steps:
- hugo --panicOnWarning -s exampleSite/
- name: beautify
- image: node:lts-alpine
+ image: thegeeklab/alpine-tools
commands:
- - npm install -g js-beautify
- html-beautify -r -f 'exampleSite/public/**/*.html'
environment:
FORCE_COLOR: true
@@ -284,6 +282,6 @@ depends_on:
---
kind: signature
-hmac: b78e05487435826d7285f2cd03cad603315861af89131f8f9d87ccd85cc3ca4f
+hmac: 174ee9580389384095c11bf1d67c9093de21ee35c1fb0873ee2e9c8925f5545c
...