Skip to content

Commit 334347c

Browse files
committed
Tidy up code
1 parent abf05f2 commit 334347c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/endtoend_test_CP.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,6 @@ jobs:
3737
config: kind-config.yaml
3838
enable_cloud_provider: true
3939

40-
#- name: Set up cloud-provider-kind
41-
# run: |
42-
# wget -O cloud-provider-kind.tar.gz https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.6.0/cloud-provider-kind_0.6.0_linux_amd64.tar.gz
43-
# mkdir -p cloud-provider-kind-tmp
44-
# tar -xzf cloud-provider-kind.tar.gz -C cloud-provider-kind-tmp
45-
# chmod +x cloud-provider-kind-tmp/cloud-provider-kind
46-
#sudo mv cloud-provider-kind-tmp/cloud-provider-kind /usr/local/bin/
47-
#rm -rf cloud-provider-kind-tmp cloud-provider-kind.tar.gz
48-
49-
#- name: Start Cloud Provider
50-
# run: |
51-
# cloud-provider-kind &
52-
5340
- name: Apply manifests
5441
run: |
5542
kubectl apply -f deployment.yaml

0 commit comments

Comments
 (0)