Skip to content

Commit be76bd3

Browse files
committed
try to use open source github action
1 parent 5c3a51e commit be76bd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
- name: combine to full connection string
5252
run: |
5353
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
5460
- name: fix connection string
5561
run: |
5662
chmod 755 deployment/fix.sh

0 commit comments

Comments
 (0)