We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc83b63 commit f4776f8Copy full SHA for f4776f8
1 file changed
builder/templates/builder
@@ -158,7 +158,7 @@ fi
158
159
# safely escape double quotes
160
RELEASE_INFO=$(echo $RELEASE_INFO | sed -e 's/\"/\\\"/g')
161
-DOCKERFILE=$(echo $DOCKERFILE | sed -e 's/\"/\\\"/g')
+DOCKERFILE=$(echo $DOCKERFILE | sed -e 's/\"/\\\"/g' -e 's/ \\/ /g')
162
163
puts-step "Launching... "
164
URL="{{ .deis_controller_protocol }}://{{ .deis_controller_host }}:{{ .deis_controller_port }}/api/hooks/build"
0 commit comments