Skip to content

Commit

Permalink
Add NEXT_PRIVATE_SKIP_CANARY_CHECK env for bench job (#73763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored and ztanner committed Dec 16, 2024
1 parent e83ab18 commit 0c8187a
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 0c8187a

Please sign in to comment.