Closed capripot closed 7 years ago
@capripot Interesting, do you have an example where you've used this on CircleCI?
I wonder if we shouldn't just make it configurable, as most requests seem to be related to changing the output filename.
Closed in favor of #20
The way of building filename can lead to very long filenames. We could use
Digest::SHA1.hexdigest
to keep these filenames short.It also makes sure that the filename ends with the right extension as
"#{string}.xml"[0, 255]
would strip away the extension with a string longer than 251.