Skip to content

Commit

Permalink
fix (golang) : publish binaries to custom in cpe (SAP#3767)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashly Mathew <[email protected]>
  • Loading branch information
ashlymat authored May 5, 2022
1 parent 823ef47 commit 3c288e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/golangBuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func runGolangBuild(config *golangBuildOptions, telemetryData *telemetry.CustomD
Name: binary,
})
}
commonPipelineEnvironment.artifacts = binaryArtifacts
commonPipelineEnvironment.custom.artifacts = binaryArtifacts

}

Expand Down
8 changes: 4 additions & 4 deletions cmd/golangBuild_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/metadata/golangBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ spec:
type: piperEnvironment
params:
- name: custom/buildSettingsInfo
- name: artifacts
- name: custom/artifacts
type: "piperenv.Artifacts"
- name: reports
type: reports
Expand Down

0 comments on commit 3c288e8

Please sign in to comment.