You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by hx...@apache.org on 2022/09/05 04:45:43 UTC

[flink-docker] branch dev-master updated: [hotfix] Update branch to 1.17

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

hxb pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/dev-master by this push:
     new d9c3b5c  [hotfix] Update branch to 1.17
d9c3b5c is described below

commit d9c3b5cb2e8fc05cd4b311dd4a73989122905cb6
Author: huangxingbo <hx...@apache.org>
AuthorDate: Mon Sep 5 12:45:16 2022 +0800

    [hotfix] Update branch to 1.17
---
 .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 e526c3e..c15c4fb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
       - uses: actions/checkout@v3
       - name: "Build images"
         run: |
-          ./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.16-SNAPSHOT-bin-scala_2.12.tgz" -j 8 -n test-java8
-          ./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.16-SNAPSHOT-bin-scala_2.12.tgz" -j 11 -n test-java11
+          ./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.17-SNAPSHOT-bin-scala_2.12.tgz" -j 8 -n test-java8
+          ./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.17-SNAPSHOT-bin-scala_2.12.tgz" -j 11 -n test-java11
       - name: "Test images"
         run: testing/run_tests.sh