File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ jobs:
102
102
103
103
- name : Install cloud-provider-kind
104
104
run : |
105
- curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.2 .0/cloud-provider-kind_0.2 .0_linux_amd64.tar.gz
106
- tar -xvf cloud-provider-kind_0.2 .0_linux_amd64.tar.gz
105
+ curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.3 .0/cloud-provider-kind_0.3 .0_linux_amd64.tar.gz
106
+ tar -xvf cloud-provider-kind_0.3 .0_linux_amd64.tar.gz
107
107
108
108
- name : Run cloud-provider-kind
109
109
run : ./cloud-provider-kind & > cloud-provider-kind.log 2>&1
Original file line number Diff line number Diff line change 86
86
87
87
- name : Install cloud-provider-kind
88
88
run : |
89
- curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.2 .0/cloud-provider-kind_0.2 .0_linux_amd64.tar.gz
90
- tar -xvf cloud-provider-kind_0.2 .0_linux_amd64.tar.gz
89
+ curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.3 .0/cloud-provider-kind_0.3 .0_linux_amd64.tar.gz
90
+ tar -xvf cloud-provider-kind_0.3 .0_linux_amd64.tar.gz
91
91
92
92
- name : Run cloud-provider-kind
93
93
run : ./cloud-provider-kind & > cloud-provider-kind.log 2>&1
@@ -130,8 +130,8 @@ jobs:
130
130
131
131
- name : Install cloud-provider-kind
132
132
run : |
133
- curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.2 .0/cloud-provider-kind_0.2 .0_linux_amd64.tar.gz
134
- tar -xvf cloud-provider-kind_0.2 .0_linux_amd64.tar.gz
133
+ curl -fsSL -O https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.3 .0/cloud-provider-kind_0.3 .0_linux_amd64.tar.gz
134
+ tar -xvf cloud-provider-kind_0.3 .0_linux_amd64.tar.gz
135
135
136
136
- name : Run cloud-provider-kind
137
137
run : ./cloud-provider-kind & > cloud-provider-kind.log 2>&1
You can’t perform that action at this time.
0 commit comments