1load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_file") 2 3write_source_file( 4 name = "write_argo_workflow_manifests", 5 in_file = "@argo_workflows//file", 6 out_file = "workflows/vendor/argo_workflows.yaml", 7) 8 9write_source_file( 10 name = "write_argo_events_manifests", 11 in_file = "@argo_events//file", 12 out_file = "events/vendor/argo_events.yaml", 13)