Closed cardil closed 1 year ago
The following change made a side effect that ./mage clean removes all artifacts, which is unfortunate in testing and in release jobs.
./mage clean
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
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