From 4d06272ed24fe052eea68b9aa72b2cbd13f2a021 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 17 Jul 2022 20:54:36 +0200 Subject: [PATCH] ci: switch alpine-tools image --- .drone.jsonnet | 6 ++---- .drone.yml | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index ff8102c..7a4ea84 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -329,9 +329,8 @@ local PipelineDocs = { }, { name: 'spellcheck', - image: 'node:lts-alpine', + image: 'thegeeklab/alpine-tools', commands: [ - 'npm install -g spellchecker-cli', "spellchecker --files 'docs/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions", ], environment: { @@ -365,9 +364,8 @@ local PipelineDocs = { }, { name: 'beautify', - image: 'node:lts-alpine', + image: 'thegeeklab/alpine-tools', commands: [ - 'npm install -g js-beautify', "html-beautify -r -f 'docs/public/**/*.html'", ], environment: { diff --git a/.drone.yml b/.drone.yml index 87ebe4c..5387068 100644 --- a/.drone.yml +++ b/.drone.yml @@ -490,9 +490,8 @@ steps: - markdownlint 'docs/content/**/*.md' 'README.md' 'CONTRIBUTING.md' - name: spellcheck - image: node:lts-alpine + image: thegeeklab/alpine-tools commands: - - npm install -g spellchecker-cli - spellchecker --files 'docs/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions environment: FORCE_COLOR: true @@ -516,9 +515,8 @@ steps: - hugo --panicOnWarning -s docs/ - name: beautify - image: node:lts-alpine + image: thegeeklab/alpine-tools commands: - - npm install -g js-beautify - html-beautify -r -f 'docs/public/**/*.html' environment: FORCE_COLOR: true @@ -649,6 +647,6 @@ depends_on: --- kind: signature -hmac: a170f08b24fc32f27120ac195409820fb0f6273d0a6819008f8a52bf926176ba +hmac: db7a2b6f2dc445d94276cd268a6e20bddf690d98eef2f6ad21a2326cb34c14fe ...