cyberark/conjur-service-broker

Release Package Only Includes Necessary Files

micahlee opened this issue · 3 comments

The current release zip archives include extraneous files and directories (e.g. spec/ and ci/ test directories). These should be excluded from the zip archive for published releases.

@micahlee is the idea basically to specify exactly what goes into the ZIP as we do with the buildpack? That is, update what's included on this line:
https://github.com/cyberark/conjur-service-broker/blob/master/build.sh#L28

you know I mostly added that comment to see the pretty github code snippet, and I am disappointed that it is not there :/

Weird...

I notice that when I copy the reference (using the Copy permalink button):
image

It does us a link straight to the commit ref, rather than the file generally. I wonder if that has something to do with it:

zip -r cyberark-conjur-service-broker_$(cat VERSION).zip ./*