Add test to make sure non-chaos hash deploy fails..
All checks were successful
continuous-integration/drone/push Build is passing

..and make sure _ensure_env_version passes through variable correctly.
This commit is contained in:
3wc
2025-09-03 14:18:05 -04:00
parent e858dcdd14
commit 0bb6d9609c
2 changed files with 18 additions and 1 deletions

View File

@ -30,7 +30,7 @@ _ensure_catalogue(){
}
_ensure_env_version(){
run sed -i 's/TYPE=abra-test-recipe:.*/TYPE=abra-test-recipe:$1/g' \
run sed -i "s/TYPE=abra-test-recipe:.*/TYPE=abra-test-recipe:$1/g" \
"$ABRA_DIR/servers/$TEST_SERVER/$TEST_APP_DOMAIN.env"
assert_success
}