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 42689596c03515bcdfb0c93b48dbe524cfe3d652
Author: Elek Márton <[email protected]>
AuthorDate: Mon Jun 8 15:01:32 2020 +0200

    fix path
---
 .github/workflows/post-commit.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index 4672117..f75aa49 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -46,9 +46,8 @@ jobs:
           hadoop-ozone/dev-support/checks/build.sh -Pjacoco
       - run: sudo pip install robotframework
       - run: |
-          cd /mnt/ozone/hadoop-ozone/dist/target/ozone-*
-          sudo mkdir .aws && sudo chmod 777 .aws && sudo chown 1000 .aws
-          hadoop-ozone/dev-support/checks/acceptance.sh
+          cd /mnt/ozone/hadoop-ozone/dist/target/ozone-* && sudo mkdir .aws && 
sudo chmod 777 .aws && sudo chown 1000 .aws
+          cd /mnt/ozone && 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]

Reply via email to