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 b77854df1785c9ea9dcd616f5b13a84543ce69fb Author: Elek Márton <[email protected]> AuthorDate: Mon Jun 8 14:33:04 2020 +0200 fix permission fixing --- .github/workflows/post-commit.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 4184bd1..1f4ddef 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -33,15 +33,20 @@ jobs: tmate -S /tmp/tmate.sock wait tmate-ready tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}' tmate -S /tmp/tmate.sock display -p '#{tmate_web}' - - run: | + - name: checkout to /mnt/ozone + run: | sudo chmod 777 /mnt git clone https://github.com/${GITHUB_REPOSITORY}.git /mnt/ozone cd /mnt/ozone git checkout ${GITHUB_SHA} git reset --hard + - name: run a full build + run: + cd /mnt/ozone + hadoop-ozone/dev-support/checks/build.sh -Pjacoco - run: sudo pip install robotframework - run: | - cd /mnt/ozone + 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 env: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
