refactor!: --ignore-env-version is --latest *only* on deploy

See toolshed/abra#617
This commit is contained in:
2025-08-29 16:28:06 +02:00
parent 86ba006e17
commit d5c66020ad
9 changed files with 179 additions and 89 deletions

View File

@ -107,7 +107,8 @@ teardown(){
# bats test_tags=slow
@test "takes deployed version when no .env version is present " {
run $ABRA app deploy "$TEST_APP_DOMAIN" "0.1.0+1.20.0" --no-input --no-converge-checks --ignore-env-version
run $ABRA app deploy "$TEST_APP_DOMAIN" "0.1.0+1.20.0" \
--no-input --no-converge-checks
assert_success
run grep -q "TYPE=$TEST_RECIPE:0.1.0+1.20.0" \