We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa1cd6 commit 41e301cCopy full SHA for 41e301c
ansible/roles/integration_tests/tasks/tools.yml
@@ -10,7 +10,7 @@
10
11
- name: Download and extract the tkn binary
12
ansible.builtin.unarchive:
13
- 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
14
dest: "{{ temp_tools_dir.path }}"
15
remote_src: true
16
include:
0 commit comments