forked from heavy-duty/box
fix: record installed candidate version
This commit is contained in:
parent
3e3d8bbd5a
commit
45c29d6dbc
1 changed files with 1 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue