You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/06/04 12:01:32 UTC

[hadoop-ozone] 14/18: fix actions structure

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 facee0e3da5441021a77bd4679359dbe5a084314
Author: Elek Márton <el...@apache.org>
AuthorDate: Wed Jun 3 15:38:05 2020 +0200

    fix actions structure
---
 .github/workflows/post-commit.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index 436e105..6a62890 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -20,10 +20,10 @@ jobs:
     name: acceptance
     runs-on: ubuntu-18.04
     steps:
-    with:
         - uses: actions/cache@v2
-          path: ~/.m2/repository
-          key: maven-dependencies
+          with:
+             path: ~/.m2/reposttory
+             key: maven-dependencies
         - run: |
             sudo chmod 777 /mnt
             git clone https://github.com/${GITHUB_REPOSITORY}.git /mnt/ozone


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org