From 7424945fc4da15a6e79fca3be14f68c519ae2fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 27 Mar 2019 09:30:13 +0100 Subject: [PATCH] [skip travis] fix contextDir --- support/docker/deploy-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/docker/deploy-api.yaml b/support/docker/deploy-api.yaml index c49881f..b1a5e4c 100644 --- a/support/docker/deploy-api.yaml +++ b/support/docker/deploy-api.yaml @@ -64,7 +64,7 @@ # GIT_CONTEXT_DIR=...) build: '{{ lookup(''env'', ''BUILD'')|from_json if lookup(''env'', ''BUILD'')|length > 0 else {} }}' git_repository: '{{ build.spec.source.git.uri if ''spec'' in build and ''uri'' in build.spec.source.git else '''' }}' - git_context_dir: '{{ build.spec.source.git.contextDir if ''spec'' in build and ''contextDir'' in build.spec.source.git else '''' }}' + git_context_dir: '{{ build.spec.source.contextDir if ''spec'' in build and ''contextDir'' in build.spec.source else '''' }}' git_ref: '{{ build.spec.source.git.ref if ''spec'' in build and ''ref'' in build.spec.source.git else ''master'' }}' openapi_file: openapi-spec.yaml