Skip to content

Commit

Permalink
[ISV-4972] Update tkn client for integration tests (#676)
Browse files Browse the repository at this point in the history
Signed-off-by: Maurizio Porrato <[email protected]>
  • Loading branch information
mporrato authored Jun 18, 2024
1 parent 5aa1cd6 commit 41e301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/integration_tests/tasks/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: Download and extract the tkn binary
ansible.builtin.unarchive:
src: https://mirror.openshift.com/pub/openshift-v4/clients/pipelines/1.11.2/x86_64/linux/tkn-linux-amd64.tar.gz
src: https://mirror.openshift.com/pub/openshift-v4/clients/pipelines/1.13.0/tkn-linux-amd64.tar.gz
dest: "{{ temp_tools_dir.path }}"
remote_src: true
include:
Expand Down

0 comments on commit 41e301c

Please sign in to comment.