fix typo in workingDir field name (#388)

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-09-11 06:34:15 -07:00 committed by Knative Prow Robot
parent 648ac8a6a2
commit dfc53c67c8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ spec:
steps:
- name: dockerfile-build
image: gcr.io/cloud-builders/docker
workingdir: "${DIRECTORY}"
workingDir: "${DIRECTORY}"
args: ["build", "--no-cache",
"--tag", "${IMAGE}",
"--file", "${DOCKERFILE_NAME}",