Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: block dirty OTA uploads from oven native builder

Remove ALLOW_DIRTY_UPLOAD override so upload-release.sh rejects
builds where the working tree has uncommitted changes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

-1
-1
oven/native-builder.mjs
··· 407 407 const uploadEnv = { 408 408 DO_SPACES_KEY: process.env.DO_SPACES_KEY || process.env.ART_SPACES_KEY || "", 409 409 DO_SPACES_SECRET: process.env.DO_SPACES_SECRET || process.env.ART_SPACES_SECRET || "", 410 - ALLOW_DIRTY_UPLOAD: "1", 411 410 AC_BUILD_NAME: buildName, 412 411 }; 413 412