Remove transitional code

We don't have any more projects at `reecetech` that use the older
non-semver compliant calver versioning
This commit is contained in:
Phil Jay
2023-10-19 22:26:03 +11:00
parent 68bf4fe26d
commit bfdbc118ba
2 changed files with 0 additions and 21 deletions

View File

@@ -110,18 +110,6 @@ function init_repo {
[[ "$output" = *"CURRENT_VERSION=$(date '+%Y.%-m.0')"* ]]
}
@test "converts from older calver scheme automatically" {
init_repo
git tag 2020-09-R2
run ../../version-lookup.sh
print_run_info
[ "$status" -eq 0 ] &&
[[ "$output" = *"CURRENT_VERSION=2020.9.2"* ]]
}
@test "strips v from the version" {
init_repo