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 eb82c13 +++
eb82c13 is described below
commit eb82c130b336c12f36564ffd88de6c5ec0813a07
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Feb 6 14:21:40 2023 +0100
+++
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6458a22..a38e270 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
binary_url=${{ inputs.flink_url }}
cache_binary=${{ inputs.cache_flink_binary }}
if [ "$binary_url" = "" ]; then
- if [[ ${{ "inputs.flink_version" }} = *-SNAPSHOT ]]; 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