Skip to content

Commit

Permalink
Rename custom/buildpacks sample config
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed Oct 17, 2019
1 parent 1f2f338 commit ceddd4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/docs/tutorials/buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ To do this, we will take advantage of the [custom builder](../builders) in Skaff

First, add a `build.sh` file which Skaffold will call to build artifacts:

{{% readfile file="samples/buildpacks/build.sh" %}}
{{% readfile file="samples/builders/custom-buildpacks/build.sh" %}}


Then, configure artifacts in your `skaffold.yaml` to build with `build.sh`:

{{% readfile file="samples/buildpacks/skaffold.yaml" %}}
{{% readfile file="samples/builders/custom-buildpacks/skaffold.yaml" %}}

List the file dependencies for each artifact; in the example above, Skaffold watches all files in the build context.
For more information about listing dependencies for custom artifacts, see the documentation [here](../builders).
Expand Down
File renamed without changes.

0 comments on commit ceddd4c

Please sign in to comment.