This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch ci_utils
in repository
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
The following commit(s) were added to refs/heads/ci_utils by this push:
new e39cd5f [hotfix] Fix incorrect echo in python_ci.yml so that it emits
the correct JDK version. This closes #32
e39cd5f is described below
commit e39cd5f3dd33fa1609c93004308a2aee3069abec
Author: gongzhongqiang <[email protected]>
AuthorDate: Sat Jan 13 00:10:48 2024 +0800
[hotfix] Fix incorrect echo in python_ci.yml so that it emits the correct
JDK version. This closes #32
---
.github/workflows/python_ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml
index 08811b3..8d9d7ac 100644
--- a/.github/workflows/python_ci.yml
+++ b/.github/workflows/python_ci.yml
@@ -55,7 +55,7 @@ jobs:
MVN_CONNECTION_OPTIONS: -Dhttp.keepAlive=false
-Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
MVN_BUILD_OUTPUT_FILE: "/tmp/mvn_build_output.out"
steps:
- - run: echo "Running CI pipeline for JDK version 8"
+ - run: echo "Running CI pipeline for JDK version ${{ matrix.jdk }}"
- name: Check out repository code
uses: actions/checkout@v3