File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3636
3737 - name : Download tools for openshift test
3838 run : |
39- wget https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest-4.6 /opm-linux.tar.gz -O opm.tar.gz -q
39+ wget https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest-4.9 /opm-linux.tar.gz -O opm.tar.gz -q
4040 tar xvf opm.tar.gz
4141 chmod +x opm && sudo mv opm /usr/local/bin/opm
4242
5151 wget https://github.com/operator-framework/operator-sdk/releases/download/v1.22.2/operator-sdk_linux_amd64 -O operator-sdk -q
5252 chmod +x operator-sdk && sudo mv operator-sdk /usr/local/bin/operator-sdk
5353
54+ wget https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64 -O yq -q
55+ chmod +x yq && sudo mv yq /usr/local/bin/yq
56+
5457 opm version
5558 oc version
5659 operator-sdk version
You can’t perform that action at this time.
0 commit comments