From 91e801b485c761071b965b0d40ce2b65953c1842 Mon Sep 17 00:00:00 2001 From: John Meyer <0x326@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:42:07 -0500 Subject: [PATCH] Updated GitLab CI (markdown) --- GitLab-CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLab-CI.md b/GitLab-CI.md index b911690..716d833 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -18,5 +18,5 @@ test: - apk update - apk add git script: - - git ls-files --exclude='*.sh' --ignored -z | xargs -0 shellcheck + - git ls-files --exclude='*.sh' --ignored -z | xargs -0r shellcheck ``` \ No newline at end of file