ci: switch alpine-tools image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2022-07-16 22:57:06 +02:00
parent cb78b69ac8
commit 3acbc479cb
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 3 additions and 5 deletions

View File

@ -23,9 +23,8 @@ steps:
- markdownlint 'content/**/*.md' 'README.md' -p .gitignore
- name: spellcheck
image: node:lts-alpine
image: thegeeklab/alpine-tools
commands:
- npm install -g spellchecker-cli
- spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/*' '!content/modules/*' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions
environment:
FORCE_COLOR: true
@ -49,9 +48,8 @@ steps:
- hugo --panicOnWarning
- name: beautify
image: node:lts-alpine
image: thegeeklab/alpine-tools
commands:
- npm install -g js-beautify
- html-beautify -r -f 'public/**/*.html'
environment:
FORCE_COLOR: true
@ -84,6 +82,6 @@ trigger:
---
kind: signature
hmac: 66c33cc8f18892efae55c6bea8732c9bdf77b1dea597e77fcaeae9a97ae007cd
hmac: 6992c0f5875e88a24e025ba118c951722c0dea2df0c471b9d1777ddb8505b765
...