You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/20 02:49:11 UTC

[iotdb] 05/13: fix

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch 1c1d_dockertest
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit bf6654feb55334840c7a2a8eba7fcbe9c6d633e1
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Sep 19 11:19:12 2022 +0800

    fix
---
 .github/workflows/client-python.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/client-python.yml b/.github/workflows/client-python.yml
index d343a5b522..195c951893 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -55,8 +55,10 @@ jobs:
         run: |
           docker build . -f docker/src/main/Dockerfile-confignode -t "iotdb:confignode"
           docker run -d -p 22278:22278 -p 22277:22277 iotdb:confignode
+          docker ps
           docker build . -f docker/src/main/Dockerfile-datanode -t "iotdb:dev"
           docker images
+          docker ps
       - name: Install IoTDB python client requirements
         run: pip3 install -r client-py/requirements_dev.txt
       - name: Integration test