From 109a90355c9625766c2645334879f0e5fc644bbf Mon Sep 17 00:00:00 2001 From: Shane Lattanzio Date: Mon, 30 Oct 2023 17:01:00 -0400 Subject: [PATCH] Add comment on subpath flow --- docs/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/image.md b/docs/image.md index a4e9e78e0..5dedfa699 100644 --- a/docs/image.md +++ b/docs/image.md @@ -90,7 +90,7 @@ The `source` field is a composition of a source code location and a `subpath`. I - `url`: The git repository url. Both https and ssh formats are supported; with ssh format requiring a [ssh secret](secrets.md#git-secrets). - `revision`: The git revision to use. This value may be a commit sha, branch name, or tag. - `initializeSubmodules`: Initialize submodules inside repo, recurses up to a max depth of 10 submodules. - - `subPath`: A subdirectory within the source folder where application code resides. Can be ignored if the source code resides at the `root` level. + - `subPath`: A subdirectory within the source folder where application code resides. New builds will only be created if a change was made in this directory. Can be ignored if the source code resides at the `root` level. * Blob