This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rc/2.0.4
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/2.0.4 by this push:
new 5156dd90eeb fix py client CI
5156dd90eeb is described below
commit 5156dd90eeb47241d8b0542cfe23c46eb8ead919
Author: HTHou <[email protected]>
AuthorDate: Wed Jun 4 14:34:47 2025 +0800
fix py client CI
---
docker/src/main/Dockerfile-1c1d | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/src/main/Dockerfile-1c1d b/docker/src/main/Dockerfile-1c1d
index edce666ebbe..9a5605c1f2b 100644
--- a/docker/src/main/Dockerfile-1c1d
+++ b/docker/src/main/Dockerfile-1c1d
@@ -42,7 +42,7 @@ RUN apt update \
&& apt purge --auto-remove -y \
&& apt clean -y \
RUN dos2unix /iotdb/sbin/start-1c1d.sh
-RUN dos2unix /iotdb/sbin/iotdb-common.sh
+RUN dos2unix /iotdb/sbin/../conf/iotdb-common.sh
RUN dos2unix /iotdb/sbin/start-confignode.sh
RUN dos2unix /iotdb/sbin/../conf/confignode-env.sh
RUN dos2unix /iotdb/sbin/stop-confignode.sh