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

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


The following commit(s) were added to refs/heads/main by this push:
     new ffee715  [FLINK-30963][ci] Streamline binary URL configuration
ffee715 is described below

commit ffee715f0eb9ae1af1d552c756532b800e5edd2e
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Feb 8 12:10:42 2023 +0100

    [FLINK-30963][ci] Streamline binary URL configuration
---
 .github/workflows/push_pr.yml | 2 --
 .github/workflows/weekly.yml  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 7040bce..e3a7f8b 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -26,5 +26,3 @@ jobs:
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: 1.16.1
-      flink_url: 
https://dist.apache.org/repos/dist/release/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
-      cache_flink_binary: true
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 619183f..e20bf15 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -29,5 +29,3 @@ jobs:
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: ${{ matrix.flink }}
-      flink_url: https://s3.amazonaws.com/flink-nightly/flink-${{ matrix.flink 
}}-bin-scala_2.12.tgz
-      cache_flink_binary: false

Reply via email to