Skip to content

Commit

Permalink
subsequent
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloKo committed Apr 16, 2024
1 parent c101541 commit 78e72f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/abapAddonAssemblyKitCheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func runAbapAddonAssemblyKitCheck(config *abapAddonAssemblyKitCheckOptions, tele
pvh.SyncAddonDescriptorVersionFields(&addonDescriptor)
log.Entry().Info("resolved version fields:")
printAddonDescriptorVersionFields(addonDescriptor)
log.Entry().Info("transfering addonDescriptor to commonPipelineEnvironment for usage by following steps of the pipeline")
log.Entry().Info("transfering addonDescriptor to commonPipelineEnvironment for usage by subsequent steps of the pipeline")
commonPipelineEnvironment.abap.addonDescriptor = string(addonDescriptor.AsJSON())

publishAddonYaml(config, utils)
Expand Down

0 comments on commit 78e72f0

Please sign in to comment.