Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: 'FlowFuse/helm'
ref: 'main'
ref: 'feat-emqx-default-broker'
path: 'helm-repo'
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ forge:
broker:
enabled: true
teamBroker:
uiOnly: true
enabled: false
cloudProvider: aws
cache:
type: memory
Expand Down
2 changes: 1 addition & 1 deletion forge/forge.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ module.exports = async (options = {}) => {
try {
await server.close()
} catch (err2) {
server.log.error(`Failed to shutdown: ${err2.toString()}`)
server.log.error(`ERROR: Failed to shutdown: ${err2.toString()}`)
server.log.error(err2.stack)
}
throw err
Expand Down
Loading