Remove test for legacy non-stack deploy

This commit is contained in:
David Boreham 2023-10-10 16:09:57 -06:00
parent 093c97535c
commit 63e88c5c71

View File

@ -37,8 +37,4 @@ $TEST_TARGET_SO --stack test deploy-system down
# Run same test but not using the stack definition
# Test building the a stack container
$TEST_TARGET_SO build-containers --include cerc/test-container
# Deploy the test container
$TEST_TARGET_SO deploy-system --include test up
# Clean up
$TEST_TARGET_SO deploy-system --include test down
echo "Test passed"