Skip to content

Commit

Permalink
Merge pull request #1410 from stuartwdouglas/fix
Browse files Browse the repository at this point in the history
Fix copy artifacts
  • Loading branch information
stuartwdouglas authored Mar 14, 2024
2 parents f013b7f + 003ecad commit 24b8650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/dependencybuild/buildrecipeyaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ func imageRegistryCommands(imageId string, recipe *v1alpha12.BuildRecipe, db *v1

copyArtifactsArgs := []string{
"copy-artifacts",
"--source-path=$(workspaces.source.path)/source",
"--source-path=$(workspaces.source.path)/workspace",
"--deploy-path=$(workspaces.source.path)/artifacts",
}
deployArgs := []string{
Expand Down

0 comments on commit 24b8650

Please sign in to comment.