We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7063348 commit 2d72ec2Copy full SHA for 2d72ec2
.github/workflows/kind-maven.yaml
@@ -53,7 +53,9 @@ jobs:
53
echo "ipPort = $(kubectl get svc default-couchbase-cluster-ui -o jsonpath='{.spec.ports[].nodePort}')" >> $GITHUB_ENV
54
- name: debug ip and port
55
run: |
56
- echo "IP Address ${ipAddress} Port ${ipPort}"
+ echo "IP Address $ipAddress Port $ipPort"
57
+ echo $ipAddress
58
+ echo $ipPort
59
- name: fix connection string
60
61
awk -i inplace '{gsub(/127.0.0.1/,"${ipAddress}:${ipPort}?network=external"); print }' src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
0 commit comments