Merge pull request 'Refactor for new directory layout' (#4) from dboreham/refactor-stack-directories into main
All checks were successful
DIN Payments Stack Test / Run DIN payments stack test (push) Successful in 31m1s

Reviewed-on: #4
This commit is contained in:
David Boreham 2024-05-05 22:05:46 +00:00
commit 5e5a3847fd
23 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ SO_COMMAND=laconic-so
test_name="DIN payments stack deploy test"
echo "Running ${test_name}"
stack_name=$(pwd)/stacks/din-payments
stack_name=$(pwd)/stack-orchestrator/stacks/din-payments
test_fail_exit () {
local fail_message=$1