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 de31683 commit 1480f6aCopy full SHA for 1480f6a
.github/workflows/kind-maven.yaml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
sed -i "s|127\.0\.0\.1|$connectionString|" src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
63
chmod 755 fix.sh
64
- fix.sh $connectionString
+ ./fix.sh $connectionString
65
- name: validate file fix
66
run: cat src/main/java/org/couchbase/quickstart/configs/ConfigDb.java
67
- name: Build with Maven
0 commit comments