Skip to content

Commit 86edbca

Browse files
committed
fix for text not showing up because cluster isn't up
forgot to put the sleep back to 3 minutes
1 parent 2d72ec2 commit 86edbca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ jobs:
4343
helm install default --values deployment/operator-values.yaml couchbase/couchbase-operator
4444
- name: wait for cluster to come up
4545
run: |
46-
sleep 60
47-
46+
sleep 180
4847
- name: set IPAddress
4948
run: |
50-
echo "ipAddress = $(kubectl get nodes -o jsonpath='{.items[*].status.addresses[?(@.type=="InternalIP")].address}')" >> $GITHUB_ENV
49+
echo "ipAddress=$(kubectl get nodes -o jsonpath='{.items[*].status.addresses[?(@.type=="InternalIP")].address}')" >> $GITHUB_ENV
5150
- name: set envIpPort
5251
run: |
5352
echo "ipPort = $(kubectl get svc default-couchbase-cluster-ui -o jsonpath='{.spec.ports[].nodePort}')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)