We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8a2be commit 3a2c9deCopy full SHA for 3a2c9de
lib/smart_proxy_remote_execution_ssh/actions/pull_script.rb
@@ -56,11 +56,8 @@ def kill_run
56
# Client was notified or is already running, dealing with this situation
57
# is only supported if mqtt is available
58
# Otherwise we have to wait it out
59
- if input[:with_mqtt]
60
- cleanup
61
- payload = {} # TODO
62
- mqtt_notify payload
63
- end
+ # TODO
+ # if input[:with_mqtt]
64
end
65
suspend
66
0 commit comments