Commit 2c3c94dc authored by James Kirk's avatar James Kirk
Browse files

refactor: syntax err

parent da4a27e9
Pipeline #113775 passed with stages
in 50 seconds
......@@ -16,7 +16,7 @@ while [ -n "$1" ]; do
EXTRA_ARGS="--build"
;;
tests)
docker-compose -f docker/docker-compose-test.yaml up --build --force-recreate --exit-code-from --abort-on-container-exit soar_flasgger_test
docker-compose -f docker/docker-compose-test.yaml up --build --force-recreate --abort-on-container-exit --exit-code-from soar_flasgger_test
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