From 691f3df41358e83f95da1938914aaeb9d2fee944 Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Fri, 29 Sep 2023 08:43:22 -0700 Subject: [PATCH] fix the test script --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 6ed379b..150bf69 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,6 +1,6 @@ ./gradlew clean build # Create an empty ui build directory... we don't need UI for this build -mkdir -p tmp/ui/conductor/ui/build +mkdir -p docker/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 -p 4535:5000 -t conductor_test_container