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

chesnay pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git


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

commit b0c65846f31aa27ca53511912f072caba402a02f
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Feb 8 16:17:49 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 e5d6b2a..e1ba2d4 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.0
-      flink_url: 
https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-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