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 5aff66d83063e6aa21eec58ec9739185ae55f2d1 Author: Elek Márton <[email protected]> AuthorDate: Mon Jun 8 14:03:15 2020 +0200 debug acceptance test --- .github/workflows/post-commit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 228e333..5db84b9 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -24,6 +24,8 @@ jobs: with: path: ~/.m2/repository key: maven-repo-${{ hashFiles('**/pom.xml') }} + - name: Setup tmate session + uses: mxschmitt/action-tmate@v2 - run: | sudo chmod 777 /mnt git clone https://github.com/${GITHUB_REPOSITORY}.git /mnt/ozone --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
