Fix for #212 - exception on non-stack deploy

This commit is contained in:
2023-03-09 08:30:18 -07:00
parent d9a7ea19a3
commit ecc4302c34
2 changed files with 9 additions and 3 deletions
+7
View File
@@ -24,4 +24,11 @@ $TEST_TARGET_SO --stack test deploy-system up
# TODO: test that we can use the deployed container somehow
# Clean up
$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"