Removed useless code block

This commit is contained in:
Thorsten Sommer 2024-06-22 10:43:54 +02:00
parent 5ed3be5085
commit 5f23c61e03
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -675,14 +675,6 @@ jobs:
# Read the signature: # Read the signature:
signature=$(cat "$sig_file") signature=$(cat "$sig_file")
# Extract the artifact name and create the URL:
artifact_name=$(basename "$sig_file" .sig)
encoded_artifact_name=$(urlencode "$artifact_name")
url="
# Read the signature:
signature=$(cat "$sig_file")
# Extract the artifact name and create the URL: # Extract the artifact name and create the URL:
artifact_name=$(basename "$sig_file" .sig) artifact_name=$(basename "$sig_file" .sig)
encoded_artifact_name=$(urlencode "$artifact_name") encoded_artifact_name=$(urlencode "$artifact_name")