From 5fc071d716e1e8913dc6242cd4539021432d5fc6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 16 Jul 2022 22:37:00 +0200 Subject: [PATCH] ci: switch alpine-tools image (#460) --- .drone.yml | 8 +++----- 1 file 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 ...