Skip to content

Commit

Permalink
Add NEXT_PRIVATE_SKIP_CANARY_CHECK env for bench job (vercel#73763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Dec 10, 2024
1 parent dafcd43 commit 4fdc2ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/devlow-bench.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const nextBuildWorkflow =
HOSTNAME: process.env.HOSTNAME,
PWD: process.env.PWD,
NEXT_TRACE_UPLOAD_DISABLED: 'true',
NEXT_PRIVATE_SKIP_CANARY_CHECK: 'true',
}

const serverEnv = {
Expand Down

0 comments on commit 4fdc2ac

Please sign in to comment.