Skip to content

build: Allow artifacts to be omitted from final copy stage

Yuliang Wang requested to merge work into main

Create an alternative dictionary format for artifact fields, where the new keys are:

  • path: location of the artifact
  • export: true (default) if the artifact should be copied, else false
  • rename: (optional) rename the artifact while copying
Edited by Yuliang Wang

Merge request reports