You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strong agree! That script is/was definitely meant to be used in CI rather than users but that's not obvious either, and we can improve this in a few ways - mostly haven't done it because it's mostly just me doing commits 😄
Noting for the specific example of for helm-docs I moved the installation and check commands out of the script and directly into the gh action config here: #263
I will describe the idea using the
helm-docs.sh
script, but it is also applicable to others.The following tries to download helm-docs binary every time and puts the binary into the script execution folder.
Makefile could be an entrypoint for these interactions. We could download the binary once and then use it from the predefined directory.
And they use it like this
It would be possible to download
yq
the same way.Just an idea.
The text was updated successfully, but these errors were encountered: