This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch debug-acceptance-timeout in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit 90ac2bca2474cb8e4dd0fa42683688139903c69e Author: Márton Elek <[email protected]> AuthorDate: Wed Nov 27 18:04:10 2019 +0100 sudo with power --- .github/workflows/tmate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tmate.sh b/.github/workflows/tmate.sh index fbe9166..55b8d50 100755 --- a/.github/workflows/tmate.sh +++ b/.github/workflows/tmate.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -apt-get -y install tmate +sudo apt-get -y install tmate 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}' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
