Skip to content

Commit 132fc8d

Browse files
committed
bridge: fix stale slack-bridge refs in CI smoke test and gitignore
1 parent 8ada869 commit 132fc8d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
*.key
33
*.pem
44
node_modules/
5-
# Slack bridge
6-
slack-bridge/node_modules/
7-
slack-bridge/.env
5+
# Broker gateway
6+
broker-gateway/node_modules/
7+
broker-gateway/.env
88
.pi/
99
# Coverage
1010
coverage/

bin/ci/smoke-agent-runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readonly AGENT_USER="baudbot_agent"
1515
readonly AGENT_HOME="/home/${AGENT_USER}"
1616
readonly CONTROL_DIR="${AGENT_HOME}/.pi/session-control"
1717
readonly CONTROL_ALIAS="${CONTROL_DIR}/control-agent.alias"
18-
readonly BRIDGE_STATUS_FILE="${AGENT_HOME}/.pi/agent/slack-bridge-supervisor.json"
18+
readonly BRIDGE_STATUS_FILE="${AGENT_HOME}/.pi/agent/broker-gateway-supervisor.json"
1919
readonly START_TIMEOUT_SECONDS=60
2020
readonly STABILIZE_SECONDS=20
2121

0 commit comments

Comments
 (0)