Skip to content

Commit

Permalink
fix: flush output from "Deploy site" step (#5652)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas authored May 22, 2024
1 parent 4355c09 commit 076b4b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/build/src/plugins_core/deploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const coreStep = async function ({
}) {
const client = createBuildbotClient(buildbotServerSocket)
try {
// buildbot will emit logs. Flush the output to preserve the right order.
logs?.outputFlusher?.flush()

await connectBuildbotClient(client)
await saveUpdatedConfig({
configMutations,
Expand Down

0 comments on commit 076b4b0

Please sign in to comment.