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 9dbfbcb commit 054c876Copy full SHA for 054c876
.github/workflows/kind-maven.yaml
@@ -54,7 +54,7 @@ jobs:
54
sudo apt-get install -y sed
55
- name: combine to full connection string
56
run: |
57
- echo "connectionString = $(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" >> $GITHUB_ENV
+ echo "connectionString = $(echo "${envIpAddress}:${envIpPort}?network=external" | sed -e 's/[]$.*[\^]/\\&/g' )" | xargs >> $GITHUB_ENV
58
- name: fix connection string
59
60
chmod 755 deployment/fix.sh
0 commit comments