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

github.com/thegeeklab/hugo-geekblog.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:06 +0300
committerGitHub <noreply@github.com>2022-07-16 23:37:06 +0300
commit4831a0e371e501d77892a71f311cf2fa1e0ade9a (patch)
tree1a5b84bb435a931238d47e35db08737b5c090553
parent5f8c3e2f07d448d880670a3c3a1f734d67f95898 (diff)
ci: switch alpine-tools image (#282)
-rw-r--r--.drone.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 31cfb0c..bdf5597 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
@@ -285,6 +283,6 @@ depends_on:
---
kind: signature
-hmac: 3e780b3be08ae7123cf388b2f513f528966b7774a32d1e8ed7d70831efc709fe
+hmac: edaa3b55fd0fa9e3ee94e26ec12386e405da77c12f648862d8cdf5a86ece2adf
...