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

chesnay pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/test by this push:
     new 40e1bab  +5
40e1bab is described below

commit 40e1bab5857efa80d69ede2dc5a3da31b8355f78
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Mon Feb 6 14:23:52 2023 +0100

    +5
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a38e270..b1a3a72 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -80,10 +80,10 @@ jobs:
           if [ "$binary_url" = "" ]; then
             if [[ "${{ inputs.flink_version }}" = *-SNAPSHOT ]]; then
               binary_url=https://s3.amazonaws.com/flink-nightly/flink-${{ 
inputs.flink_version }}-bin-scala_2.12.tgz
-              cache_binary = false
+              cache_binary=false
             else
               
binary_url=https://dist.apache.org/repos/dist/release/flink/flink-${{ 
inputs.flink_version }}/flink-${{ inputs.flink_version }}-bin-scala_2.12.tgz
-              cache_binary = true
+              cache_binary=true
             fi
           fi
           echo "binary_url=$binary_url"

Reply via email to