Open ya7on opened 5 years ago
Description: Hubot extension named "hubot-reaction" that is contained in default value of EXTERNAL_SCRIPTS doesn't work in production. Here is deafult value of EXTERNAL_SCRIPTS: https://github.com/tolstoyevsky/mmb/blob/f9c4fd5d73fae055555152e2cc003ef67dd0d47a/hubot-rocketchat/docker-entrypoint.sh#L19 Bot shows command from this extension using hubot-help: But when you use this command, bot doesn't respond.
EXTERNAL_SCRIPTS
Steps to reproduce:
!reply tag
Expected result: Reaction image that is described in the README of this script.
Actual result: There is no respond.
Proposed solution: Remove this script from the default value of EXTERNAL_SCRIPTS.
Description: Hubot extension named "hubot-reaction" that is contained in default value of
EXTERNAL_SCRIPTS
doesn't work in production. Here is deafult value ofEXTERNAL_SCRIPTS
: https://github.com/tolstoyevsky/mmb/blob/f9c4fd5d73fae055555152e2cc003ef67dd0d47a/hubot-rocketchat/docker-entrypoint.sh#L19 Bot shows command from this extension using hubot-help: But when you use this command, bot doesn't respond.Steps to reproduce:
EXTERNAL_SCRIPTS
environment variable;!reply tag
to bot;Expected result: Reaction image that is described in the README of this script.
Actual result: There is no respond.
Proposed solution: Remove this script from the default value of
EXTERNAL_SCRIPTS
.