From 5970d9cd74538900fa2fea5ff0566a7518072508 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 17 Jul 2022 20:45:24 +0200 Subject: [PATCH] ci: switch alpine-tools image --- .drone.jsonnet | 3 +-- .drone.yml | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 958a9ba..0a9b4b7 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -213,9 +213,8 @@ local PipelineDocs = { }, { name: 'spellcheck', - image: 'node:lts-alpine', + image: 'thegeeklab/alpine-tools', commands: [ - 'npm install -g spellchecker-cli', "spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions", ], environment: { diff --git a/.drone.yml b/.drone.yml index d003395..7c3ec92 100644 --- a/.drone.yml +++ b/.drone.yml @@ -329,9 +329,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/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions environment: FORCE_COLOR: true @@ -454,6 +453,6 @@ depends_on: --- kind: signature -hmac: 08707ab293e9a34853d2568004f486b98ec758581ada47e84cadd6b4bfeb29ab +hmac: 35dab9861c1b83193d1514305527967c25516546cb2af7cf892ec01c2fdf9fa0 ...