Skip to content

Typo fix clone-and-process-multiple...same-pipeline.md #10589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For example, you can use this to:

## Add a Git Clone step

Assume the [default codebase](./create-and-configure-a-codebase#configure-the-default-codebase) is a repo that contains app code files, and the Dockerfile necessary to build the app image is in a different repo. You can use [Git Clone](./git-clone-step) step to clone the second repo into the workspace, or fetch spricifc files/directories. Then, you can use a [Build and Push](../../../category/build-and-push) step to build and push an image using files from both repos.
Assume the [default codebase](./create-and-configure-a-codebase#configure-the-default-codebase) is a repo that contains app code files, and the Dockerfile necessary to build the app image is in a different repo. You can use [Git Clone](./git-clone-step) step to clone the second repo into the workspace, or fetch specific files/directories. Then, you can use a [Build and Push](../../../category/build-and-push) step to build and push an image using files from both repos.


<Tabs>
Expand Down