From e3039fe18ade4a6ae805cb3f6f16c1284c2653f3 Mon Sep 17 00:00:00 2001 From: Martin Bruzina Date: Sat, 4 Dec 2021 08:31:07 +0100 Subject: [PATCH] ci: fix ci grep warning by replacing busybox grep with full featured one --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d54633..8fe6435 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ lint: stage: validate before_script: - *default_before_script - - apk add bash git npm py-pip python3-dev shellcheck shfmt + - apk add bash git grep npm py-pip python3-dev shellcheck shfmt - pip install gitlint pre-commit yamllint - npm install -g markdownlint-cli script: