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 2e87f1c  ++
2e87f1c is described below

commit 2e87f1c6daa2add9d0bacbead14f53660619b199
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Feb 6 14:20:53 2023 +0100

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 302d4d8..6458a22 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,9 +76,9 @@ jobs:
       - name: "Determine Flink binary url"
         run: |
           binary_url=${{ inputs.flink_url }}
-          cache_binary=${{ inputs.cache_binary }}
-          if [ $binary_url = "" ]; then
-            if [[ ${{ inputs.flink_version }} = *-SNAPSHOT ]]; then
+          cache_binary=${{ inputs.cache_flink_binary }}
+          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
             else
@@ -88,8 +88,8 @@ jobs:
           fi
           echo "binary_url=$binary_url"
           echo "cache_binary=$cache_binary"
-          echo "binary_url=$binary_url" >> $GITHUB_ENV
-          echo "cache_binary=$cache_binary" >> $GITHUB_ENV
+          echo "binary_url=$binary_url" >> ${GITHUB_ENV}
+          echo "cache_binary=$cache_binary" >> ${GITHUB_ENV}
 
       - name: "Print Flink binary url"
         run: echo "${{ env.binary_url }} / ${{ env.cache_binary }}"

Reply via email to