From 59314ce04a914e4c9707e6d2fe6e44472e4d9c92 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 16 Jul 2022 22:17:05 +0200 Subject: [PATCH 1/2] ci: switch alpine-tools image --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 08c3770..d76f97e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,9 +21,8 @@ steps: - markdownlint 'content/**/*.md' 'README.md' - name: spellcheck - image: node:lts-alpine + image: thegeeklab/alpine-tools commands: - - npm install -g spellchecker-cli - spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title tags --no-suggestions environment: FORCE_COLOR: true -- 2.24.4 From 8ceeb3d0ced3cdacebc783dc9658f8ab5500d281 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 16 Jul 2022 22:29:48 +0200 Subject: [PATCH 2/2] sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d76f97e..fa8a365 100644 --- a/.drone.yml +++ b/.drone.yml @@ -126,6 +126,6 @@ depends_on: --- kind: signature -hmac: 184a4ce9d1ed31bbe840d2913d4126ebcc6188a26782741684b5f530001ab396 +hmac: 48967e06b85f280011e620920e20f28d824b0f6045d0327e0f15ee353a811813 ... -- 2.24.4