Force the stack to be specified (#571)

* Force the stack to be specified

* Fix up test

* Remove test for legacy non-stack deploy
This commit is contained in:
2023-10-10 16:13:29 -06:00
committed by GitHub
parent 1446e54f31
commit 420b1c292b
3 changed files with 9 additions and 6 deletions
-4
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"