From 202e3be6929f58ea086f764939af573e075fb24f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 2 Feb 2024 22:38:40 +0100 Subject: ci: replace shellcheck image --- .woodpecker/lint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.woodpecker') diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 5405918..d9a39e4 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: - tag shellcheck: - image: "registry.mgrote.net/allzweckcontainer:v1.0.131" + image: "koalaman/shellcheck-alpine:latest" commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do @@ -28,8 +28,4 @@ steps: shellcheck "$file_path" fi done - when: - event: - exclude: - - tag ... -- cgit v1.2.3