Skip to content

Commit

Permalink
ci: fix ci grep warning by replacing busybox grep with full featured one
Browse files Browse the repository at this point in the history
  • Loading branch information
bruzina committed Dec 4, 2021
1 parent 5b186d2 commit e3039fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e3039fe

Please sign in to comment.