File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/cmake/tasks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments