This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 0535ab9 KNOX-2347 - Disable shellcheck for github actions (#317)
0535ab9 is described below
commit 0535ab9162228505f1247b51288f42476a31b306
Author: Kevin Risden <[email protected]>
AuthorDate: Mon Apr 20 12:29:04 2020 -0400
KNOX-2347 - Disable shellcheck for github actions (#317)
Signed-off-by: Kevin Risden <[email protected]>
---
.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"