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