Commit 9651230
tests: Fix immutableAssetToken extraction (#90668)
Fixes this deploy test failure:
https://github.com/vercel/next.js/actions/runs/22499483165/attempts/2
The output might be:
```
Building: └ ○ /nested
Building: ○ (Static) prerendered as static content
Building: ƒ (Dynamic) server-rendered on demand
Building: > @ post-build /vercel/path0
Building: > node -e 'console.log("BUILD" + "_ID: " + fs.readFileSync(".next/BUILD_ID") + "\nDEPLOYMENT" + "_ID: " + process.env.NEXT_DEPLOYMENT_ID + "\nIMMUTABLE_ASSET" + "_TOKEN: " + process.env.VERCEL_IMMUTABLE_ASSET_TOKEN)'
Building: BUILD_ID: build-TfctsWXpff2fKS
Building: DEPLOYMENT_ID: dpl_5Qad8NbhCPWn7QRf5TiCePi58vVi
Building: IMMUTABLE_ASSET_TOKEN: undefined
Building: Build Completed in /vercel/output [15s]
Building: Deploying outputs...
Building: Deployment completed
```
Co-authored-by: JJ Kasper <[email protected]>1 parent 683180b commit 9651230
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments