Missing comma (#376)

This commit is contained in:
Bernardo Vale 2018-09-06 20:34:14 -03:00 committed by Knative Prow Robot
parent 0a3db66e16
commit 38573e8284
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ spec:
workingdir: "${DIRECTORY}"
args: ["build", "--no-cache",
"--tag", "${IMAGE}",
"--file", "${DOCKERFILE_NAME}"
"--file", "${DOCKERFILE_NAME}",
"."]
volumeMounts:
- name: docker-socket