Skip to content

Commit

Permalink
Fix incorrect default set for project for jib
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 authored Sep 12, 2022
1 parent e5a846c commit c0ddd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-v2/content/en/docs/pipeline-stages/builders/jib.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ a container image. Then for each such sub-project:

- Create a Skaffold `artifact` in the `skaffold.yaml`.
- Set the `artifact`'s `context` field to the root project location.
- Add a `jib` element and set its `project` field to the sub-project's name (the directory, by default).
- Add a `jib` element and set its `project` field to the sub-project's name.


## Remotely with Google Cloud Build
Expand Down

0 comments on commit c0ddd8d

Please sign in to comment.