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 a34bb0b commit 2c3ec8bCopy full SHA for 2c3ec8b
.github/workflows/kind-maven.yaml
@@ -54,9 +54,10 @@ jobs:
54
echo $envIpAddress
55
echo $envIpPort
56
echo "connectionString = $(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" >> $GITHUB_ENV
57
- - name: add gsed
+ - name: add sed
58
run: |
59
- sudo apt-get install gsed
+ sudo apt-get update -y
60
+ sudo apt-get install -y sed
61
- name: fix connection string
62
63
gsed -i "s|127\.0\.0\.1|$connectionString|" src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
0 commit comments