Skip to content

Commit

Permalink
[hotfix] Temporarily swap nightlies over to the released versions to …
Browse files Browse the repository at this point in the history
…test AWS credentials for end-to-end test
  • Loading branch information
hlteoh37 committed Oct 2, 2023
1 parent 9743a29 commit 79cb5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: ./.github/workflows/common.yml
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
flink_url: https://archive.apache.org/dist/flink/flink-${{ matrix.flink }}/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
cache_flink_binary: true
run_aws_end_to_end_test: true

0 comments on commit 79cb5e2

Please sign in to comment.