From bb9e46aab0b606b740984b3d234738389e852af6 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 11 Nov 2020 15:59:15 -0500 Subject: [PATCH] cleanup tmate download [ci skip] --- engine/compiler/shell/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/compiler/shell/shell.go b/engine/compiler/shell/shell.go index e2d2516..dd72058 100644 --- a/engine/compiler/shell/shell.go +++ b/engine/compiler/shell/shell.go @@ -67,12 +67,12 @@ remote_debug() { apt-get install xz-utils --assume-yes -qq fi - rm -rf tmate-2.4.0-static-linux-amd64.tar.xz wget https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz tar -xf tmate-2.4.0-static-linux-amd64.tar.xz mv tmate-2.4.0-static-linux-amd64/tmate /usr/bin/ chmod +x /usr/bin/tmate rm -rf tmate-2.4.0-static-linux-amd64 + rm -rf tmate-2.4.0-static-linux-amd64.tar.xz tmate -F fi