From a5a61dc6e8c5ea3a004a07f4c12d02a34cf0f0cf Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 13 Nov 2023 14:29:41 +0100 Subject: [PATCH 1/2] feat: switched to koalaman/shellcheck-pipline for woodpecker --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0fabaa3..aeae861 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,7 +14,8 @@ steps: group: lint shellcheck: - image: koalaman/shellcheck-alpine + image: registry.gitlab.com/pipeline-components/shellcheck + group: lint commands: - - find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -n1 shellcheck + - find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -n1 shellcheck -e SC2015 ... From 5aa2580ef743ceec48b8d798ccbeb906f92b5914 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 13 Nov 2023 14:30:19 +0100 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20switched=20from=20exa=20=E2=86=92?= =?UTF-8?q?=20eza,=20added=20git-delta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap-root.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index c38ab9f..22e4039 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -21,10 +21,11 @@ apt-get update \ command-not-found \ curl \ elinks \ - exa \ + eza \ fd-find \ fzf \ git \ + git-delta \ glances \ highlight \ htop \