Skip to content

Commit 1dbfed3

Browse files
authored
unixPB: Fixup cmakeVersion check for GPG signature (#4024)
Signed-off-by: Stewart X Addison <[email protected]>
1 parent 6afdcd1 commit 1dbfed3

File tree

1 file changed

+1
-1
lines changed
  • ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/cmake/tasks

1 file changed

+1
-1
lines changed

ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/cmake/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# The checksum file of the download is checked, not the binary itself. The checksum in the download step is equal to the one in the file
4444
- name: GPG Signature verification
45-
script: ../Supporting_Scripts/package_signature_verification.sh -fl "https://github.com/Kitware/CMake/releases/download/v{{ cmake_version }}/cmake-{{ cmake_version }}-SHA-256.txt" -sl "https://github.com/Kitware/CMake/releases/download/v{{ cmake_version }}/cmake-{{ cmake_version }}-SHA-256.txt.asc" -k {{ key.cmake }}
45+
script: ../Supporting_Scripts/package_signature_verification.sh -fl "https://github.com/Kitware/CMake/releases/download/v{{ cmakeVersion }}/cmake-{{ cmakeVersion }}-SHA-256.txt" -sl "https://github.com/Kitware/CMake/releases/download/v{{ cmakeVersion }}/cmake-{{ cmakeVersion }}-SHA-256.txt.asc" -k {{ key.cmake }}
4646
when:
4747
- (cmake_installed.rc != 0 ) or (cmake_installed.rc == 0 and cmake_version.stdout is version_compare(cmakeVersion, operator='lt'))
4848
- ansible_architecture != "armv7l"

0 commit comments

Comments
 (0)