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 5bb7b70 commit 69bce51Copy full SHA for 69bce51
.github/workflows/kind-maven.yaml
@@ -50,7 +50,7 @@ jobs:
50
echo "envIpPort=$(kubectl get svc default-couchbase-cluster-ui -o jsonpath='{.spec.ports[].nodePort}')" >> $GITHUB_ENV
51
- name: combine to full connection string
52
run: |
53
- echo "connectionString=$(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" | xargs >> $GITHUB_ENV
+ echo "connectionString=$(echo "http://${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" | xargs >> $GITHUB_ENV
54
- name: fix connection string
55
56
echo "${{ env.connectionString }}"
0 commit comments