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/09 11:05:29 UTC

[hadoop-ozone] 02/14: fix .aws permissions

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch HDDS-3757
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 620ab91a0f8520d3a1093bf723c29e21e71707a2
Author: Elek Márton <el...@apache.org>
AuthorDate: Sun Jun 7 20:52:53 2020 +0200

    fix .aws permissions
---
 .github/workflows/post-commit.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index 2e5d180..16c139b 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -104,7 +104,10 @@ jobs:
           git checkout ${GITHUB_SHA}
           git reset --hard
       - run: sudo pip install robotframework
-      - run: cd /mnt/ozone && hadoop-ozone/dev-support/checks/acceptance.sh
+      - run: |
+          cd /mnt/ozone
+          mkdir .aws && sudo chown 1000 .aws
+          hadoop-ozone/dev-support/checks/acceptance.sh
         env:
           KEEP_IMAGE: false
       - uses: actions/upload-artifact@master


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