This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch acceptance-coverage in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit 857181d295c370fd90459ea85189394fafe0fd53 Author: Elek Márton <[email protected]> AuthorDate: Wed Jun 3 16:23:13 2020 +0200 I said run not runs --- .github/workflows/post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 6a62890..f05a9f8 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -39,7 +39,7 @@ jobs: with: name: acceptance path: /mnt/ozone/target/acceptance - - runs: | + - run: | #Never cache local artifacts rm -rf ~/.m2/repository/org/apache/hadoop/hdds rm -rf ~/.m2/repository/org/apache/hadoop/ozone --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
