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 74ba08d commit 6c3923eCopy full SHA for 6c3923e
.github/workflows/kind-maven.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
echo $ipAddress
56
echo $ipPort
57
- echo "connectionString = "$ipAddress:$ipPort?network=external" >> $GITHUB_ENV
+ echo "connectionString = $ipAddress:$ipPort?network=external" >> $GITHUB_ENV
58
- name: fix connection string
59
60
awk -i inplace '{sub(/127.0.0.1/,$connectionString); print }' src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
0 commit comments