You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/04/21 15:18:03 UTC

[knox] branch v1.4.0 updated: KNOX-2347 - Disable shellcheck for github actions (#317)

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch v1.4.0
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/v1.4.0 by this push:
     new 9634a3e  KNOX-2347 - Disable shellcheck for github actions (#317)
9634a3e is described below

commit 9634a3ed4ab06f2aaf7bb2acbc2ea721717efbc4
Author: Kevin Risden <ri...@users.noreply.github.com>
AuthorDate: Mon Apr 20 12:29:04 2020 -0400

    KNOX-2347 - Disable shellcheck for github actions (#317)
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 .github/workflows/main.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9521bd5..93074dc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -41,8 +41,9 @@ jobs:
           java-version: ${{ matrix.java }}
       - name: 'Build and Test'
         run: mvn -T.75C clean verify -U -Dsurefire.useFile=false -Djavax.net.ssl.trustStorePassword=changeit -B -V
-      - name: shellcheck
-        uses: reviewdog/action-shellcheck@v1
-        with:
-          pattern: "*release*/home/bin/*.sh"
+# This is failing due to not finding files? - See KNOX-2347
+#      - name: shellcheck
+#        uses: reviewdog/action-shellcheck@v1
+#        with:
+#          pattern: "*release*/home/bin/*.sh"