This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch try_wal_ci in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 32d5f5ff1ced6655d70ef43de0c8b23f5a442f21 Author: HTHou <[email protected]> AuthorDate: Mon Jun 13 09:49:26 2022 +0800 Try to make python CI stable --- .github/workflows/client-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-python.yml b/.github/workflows/client-python.yml index 230f9a29c5..b07a15e0b1 100644 --- a/.github/workflows/client-python.yml +++ b/.github/workflows/client-python.yml @@ -53,7 +53,7 @@ jobs: run: mvn -B clean install -pl distribution,client-py -am -DskipTests - name: Build IoTDB server docker image run: | - docker build . -f docker/src/main/Dockerfile-single -t "iotdb:dev" + docker build . -f docker/src/main/Dockerfile-single -t "iotdb:$GITHUB_SHA" docker images - name: Install IoTDB python client requirements run: pip3 install -r client-py/requirements_dev.txt
