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