We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d20dd commit 94cc4f1Copy full SHA for 94cc4f1
1 file changed
.github/workflows/e2e_test.yml
@@ -65,13 +65,6 @@ jobs:
65
run: |
66
git config --global url."https://${ACCESS_TOKEN}:@github.com/".insteadOf "https://github.com/"
67
68
- - name: Login to DockerHub
69
- uses: docker/login-action@v2
70
- with:
71
- registry: docker.io
72
- username: ${{ secrets.DOCKER_USER }}
73
- password: ${{ secrets.DOCKER_PASSWORD }}
74
-
75
- name: Set up Ginkgo
76
77
go install github.com/onsi/ginkgo/ginkgo@latest
@@ -96,7 +89,6 @@ jobs:
96
89
kind load docker-image --name pulsar-dev docker.cloudsmith.io/streamnative/operators/kubebuilder/kube-rbac-proxy:v0.8.0
97
90
df -h
98
91
99
100
92
- name: Install Pulsar Operators and sn-platform
101
93
102
94
helm repo add streamnative https://charts.streamnative.io
0 commit comments