test: ensure reproducible version

This commit is contained in:
2026-03-05 11:26:07 +01:00
parent d4944dbf35
commit 6504be6403

View File

@ -219,6 +219,10 @@ teardown() {
}
@test "push during release fails" {
tagHash=$(_get_tag_hash "0.2.0+1.21.0")
run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" checkout "$tagHash"
assert_success
run $ABRA recipe upgrade "$TEST_RECIPE" --no-input --patch --commit
assert_success