Skip to content

Commit 9dbfbcb

Browse files
committed
update fix file
1 parent 5205e2c commit 9dbfbcb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,11 @@ jobs:
5454
sudo apt-get install -y sed
5555
- name: combine to full connection string
5656
run: |
57-
echo $envIpAddress
58-
echo $envIpPort
5957
echo "connectionString = $(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" >> $GITHUB_ENV
6058
- name: fix connection string
6159
run: |
62-
chmod 755 fix.sh
63-
./fix.sh $connectionString
64-
sed -i "s|127\.0\.0\.1|$connectionString|" src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
60+
chmod 755 deployment/fix.sh
61+
./deployment/fix.sh ${connectionString}
6562
- name: Build with Maven
6663
run: mvn -B package --file pom.xml
6764

File renamed without changes.

0 commit comments

Comments
 (0)