knative-extensions / kn-plugin-event

Kn plugin for sending events to Knative sinks.
Apache License 2.0
7 stars 22 forks source link

`ARTIFACTS` should contain only report files and clean shouldn't remove already collected artifacts #243

Closed cardil closed 1 year ago

cardil commented 2 years ago

The following change made a side effect that ./mage clean removes all artifacts, which is unfortunate in testing and in release jobs.

Also, it archives all binaries for every PR which is undesirable.

https://github.com/wavesoftware/go-magetasks/blame/685c1062a6dd0789454d964da18946aa3669b026/pkg/files/dirs.go#L23-L26

/kind bug