Skip to content

Commit

Permalink
UnixPB: Update URL For Maven GPG Signature (#3120)
Browse files Browse the repository at this point in the history
* Update URL to maven GPG Signature.

* Fix URL
  • Loading branch information
steelhead31 committed Jul 3, 2023
1 parent 5f37c0d commit 9c7b1e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
tags: maven

- name: GPG Signature verification
script: ../Supporting_Scripts/package_signature_verification.sh -f /tmp/apache-maven-3.6.3-bin.tar.gz -sl "https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz.asc" -k {{ key.apache_maven }}
script: ../Supporting_Scripts/package_signature_verification.sh -f /tmp/apache-maven-3.6.3-bin.tar.gz -sl "https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz.asc" -k {{ key.apache_maven }}
when: maven_installed.rc != 0
tags: maven

Expand Down

0 comments on commit 9c7b1e1

Please sign in to comment.