Skip to content

Commit 2d72ec2

Browse files
committed
try to get variable to print
test
1 parent 7063348 commit 2d72ec2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
echo "ipPort = $(kubectl get svc default-couchbase-cluster-ui -o jsonpath='{.spec.ports[].nodePort}')" >> $GITHUB_ENV
5454
- name: debug ip and port
5555
run: |
56-
echo "IP Address ${ipAddress} Port ${ipPort}"
56+
echo "IP Address $ipAddress Port $ipPort"
57+
echo $ipAddress
58+
echo $ipPort
5759
- name: fix connection string
5860
run: |
5961
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

Comments
 (0)