Skip to content

Commit

Permalink
[FLINK-34165] update the apache download url for asc
Browse files Browse the repository at this point in the history
  • Loading branch information
JingGe committed Jan 23, 2024
1 parent ddb5b9e commit 8a28eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ for source_variant in "${SOURCE_VARIANTS[@]}"; do

flink_tgz_url="https://www.apache.org/dyn/closer.cgi?action=download&filename=${flink_url_file_path}"
# Not all mirrors have the .asc files
flink_asc_url=https://www.apache.org/dist/${flink_url_file_path}.asc
flink_asc_url=https://downloads.apache.org/${flink_url_file_path}.asc

mkdir "$dir"
generateDockerfile "${dir}" "${flink_tgz_url}" "${flink_asc_url}" ${gpg_key} true ${java_version} ${source_variant}
Expand Down

0 comments on commit 8a28eda

Please sign in to comment.