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 e88dd117bdc438618b2a283169b1f84aa3e3fa73 Author: Elek Márton <[email protected]> AuthorDate: Mon Jun 8 01:11:56 2020 +0200 what can we loose? --- .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 16c139b..55e7c05 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -106,7 +106,7 @@ jobs: - run: sudo pip install robotframework - run: | cd /mnt/ozone - mkdir .aws && sudo chown 1000 .aws + sudo mkdir .aws && sudo chmod 777 .aws && sudo chown 1000 .aws hadoop-ozone/dev-support/checks/acceptance.sh env: KEEP_IMAGE: false --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
