From 33bde086c1fa6ac2d53563799347edb0fbe95990 Mon Sep 17 00:00:00 2001 From: Nuwan Jayawardene Date: Thu, 5 Dec 2024 01:08:35 +0530 Subject: [PATCH] [integration-test] [ci/cd] Fix install-client-sources script (#1588) **Link the Issue(s) this Pull Request is related to.** N/A **Summarize your change.** Fixes broken filepath of ci/fix_compiled_proto.py directory. Identified as it broke the integration test script. --- sandbox/install-client-sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/install-client-sources.sh b/sandbox/install-client-sources.sh index 80ed1f39e..2ce711681 100755 --- a/sandbox/install-client-sources.sh +++ b/sandbox/install-client-sources.sh @@ -10,7 +10,7 @@ python -m grpc_tools.protoc -I=. \ --python_out=../pycue/opencue/compiled_proto \ --grpc_python_out=../pycue/opencue/compiled_proto ./*.proto cd .. -python ../ci/fix_compiled_proto.py pycue/opencue/compiled_proto +python ci/fix_compiled_proto.py pycue/opencue/compiled_proto # Install all client packages. pip install pycue/ pyoutline/ cueadmin/ cuesubmit/ cuegui/