From c12d3a02b181e7bee92826ffb6636195d44ada2e Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Wed, 6 Feb 2019 11:51:34 +1100 Subject: [PATCH] infra: ptybandage wasn't needed in the end. Signed-off-by: Tim 'mithro' Ansell --- .github/kokoro/steps/hostsetup.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/kokoro/steps/hostsetup.sh b/.github/kokoro/steps/hostsetup.sh index 30d1a374..b959cd21 100755 --- a/.github/kokoro/steps/hostsetup.sh +++ b/.github/kokoro/steps/hostsetup.sh @@ -36,12 +36,6 @@ echo "----------------------------------------" ( cd /tmp - # Download ptyget to enable ptybandage. - wget https://storage.googleapis.com/prjxray-deps-debs/ptyget_6_amd64.deb - sudo dpkg --install ptyget_6_amd64.deb - which ptybandage - ptybandage --help || true - # Upgrade pstree to support the -T flag. wget https://storage.googleapis.com/prjxray-deps-debs/psmisc_23.2-1_amd64.deb sudo dpkg --install psmisc_23.2-1_amd64.deb