Skip to content

Commit 3a2c9de

Browse files
committed
Fixes #33682 - Drop cancellation for now
1 parent 0f8a2be commit 3a2c9de

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lib/smart_proxy_remote_execution_ssh/actions/pull_script.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ def kill_run
5656
# Client was notified or is already running, dealing with this situation
5757
# is only supported if mqtt is available
5858
# Otherwise we have to wait it out
59-
if input[:with_mqtt]
60-
cleanup
61-
payload = {} # TODO
62-
mqtt_notify payload
63-
end
59+
# TODO
60+
# if input[:with_mqtt]
6461
end
6562
suspend
6663
end

0 commit comments

Comments
 (0)