This is an automated email from the ASF dual-hosted git repository.
vivekratnavel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 99c273f HDDS-4032. Run author check without docker (#1262)
99c273f is described below
commit 99c273f828b96c46e93b9b05423a8f0c2642e7a2
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jul 27 20:14:11 2020 +0200
HDDS-4032. Run author check without docker (#1262)
---
.github/workflows/post-commit.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/post-commit.yml
b/.github/workflows/post-commit.yml
index 3e617bc..344602f 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -57,9 +57,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- - uses: ./.github/buildenv
- with:
- args: ./hadoop-ozone/dev-support/checks/author.sh
+ - run: hadoop-ozone/dev-support/checks/author.sh
- name: Summary of failures
run: cat target/${{ github.job }}/summary.txt
if: always()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]