You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/06/09 11:05:40 UTC

[hadoop-ozone] 13/14: remove tmate

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 f14f70c3f83ee2f76190deb6ce68cd4791ffb5e7
Author: Elek Márton <el...@apache.org>
AuthorDate: Tue Jun 9 12:49:33 2020 +0200

    remove tmate
---
 .github/workflows/post-commit.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index b447e22..84e4c2e 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -97,15 +97,6 @@ jobs:
         with:
           path: ~/.m2/repository
           key: maven-repo-${{ hashFiles('**/pom.xml') }}
-      - name: Setup tmate session
-        run: |
-            sudo apt-get update
-            sudo apt-get install -y tmate openssh-client
-            echo -e 'y\n'|ssh-keygen -q -t rsa -N "" -f ~/.ssh/id_rsa
-            tmate -S /tmp/tmate.sock new-session -d
-            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}'
       - name: checkout to /mnt/ozone
         run: |
           sudo chmod 777 /mnt


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org