From d12b25476a8d3003ef4f77249d3f4e22565c0fbc Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Fri, 15 Sep 2023 05:06:02 +0100 Subject: [PATCH] fix the build for tests --- run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index ebbe6e3..5d9b164 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,4 +1,6 @@ ./gradlew clean build +# Create an empty ui build directory... we don't need UI for this build +mkdir tmp/ui/conductor/ui/build docker rm -f conductor_test_container docker build -f docker/DockerfileStandalone . -t conductor_test_container docker run -dit --name conductor_test_container -p 8899:8080 -t conductor_test_container