feat: emit release drill record drafts #159

Closed
codex-bot-andresmgsl wants to merge 6 commits from codex-bot-andresmgsl/box:build/152-drill-record into main
Showing only changes of commit 45c29d6dbc - Show all commits

View file

@ -356,6 +356,7 @@ fi
export PATH="$HOME/.local/bin:$PATH"
KEEP="${KEEP:-0}"
record_version="$(cat "$HOME/.local/share/box/current/VERSION" 2>/dev/null || printf '%s' "$record_version")"
if [ -n "$EMIT_RECORD" ] && [ "$record_rig_sha" = '<unresolved>' ]; then
record_rig_repo="${RIG_REPO:-heavy-duty/rig}"
record_rig_ref="${RIG_REF:-main}"