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 5c3a51e commit be76bd3Copy full SHA for be76bd3
.github/workflows/kind-maven.yaml
@@ -51,6 +51,12 @@ jobs:
51
- name: combine to full connection string
52
run: |
53
echo "connectionString = $(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" | xargs >> $GITHUB_ENV
54
+ - name: replace connection string
55
+ uses: jacobtomlinson/gha-find-replace@master
56
+ with:
57
+ find: "127\.0\.0\.1"
58
+ replace: ${connectionString}
59
+ include: src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
60
- name: fix connection string
61
62
chmod 755 deployment/fix.sh
0 commit comments