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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
