forked from toolshed/abra
refactor!: --ignore-env-version is --latest *only* on deploy
See toolshed/abra#617
This commit is contained in:
@ -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" \
|
||||
|
Reference in New Issue
Block a user