Skip to content

Commit

Permalink
Merge pull request #4719 from FlowFuse/ci-fix-prestaging-teambroker
Browse files Browse the repository at this point in the history
ci: Disable team broker for starter team type on pre-staging
  • Loading branch information
hardillb authored Oct 31, 2024
2 parents f87e25b + 3d063bc commit 81a0b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/initial-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ curl -ks -w "\n" -XPOST \
"contextLimit": null,
"customHostnames":false,
"staticAssets":false,
"teamBroker":true
"teamBroker":false
},
"instances": {
"'"$projectTypeId"'": {
Expand Down

0 comments on commit 81a0b6d

Please sign in to comment.