Skip to content

Commit

Permalink
fix the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Sep 29, 2023
1 parent aff4a51 commit 691f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 691f3df

Please sign in to comment.