Commit da4a27e9 authored by James Kirk's avatar James Kirk
Browse files

refactor: adding abort on container exit

...@@ -16,7 +16,7 @@ while [ -n "$1" ]; do ...@@ -16,7 +16,7 @@ while [ -n "$1" ]; do
EXTRA_ARGS="--build" EXTRA_ARGS="--build"
;; ;;
tests) tests)
docker-compose -f docker/docker-compose-test.yaml up --build --force-recreate --exit-code-from soar_flasgger_test docker-compose -f docker/docker-compose-test.yaml up --build --force-recreate --exit-code-from --abort-on-container-exit soar_flasgger_test
exit $? exit $?
;; ;;
*) *)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment