We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec4e97 commit 04ec20eCopy full SHA for 04ec20e
.github/scripts/variables.sh
@@ -26,7 +26,7 @@ get_tests_md5() {
26
}
27
28
get_chart_md5() {
29
- find charts .github/data/version.txt -type f -exec md5sum {} + | LC_ALL=C sort | md5sum | awk '{ print $1 }'
+ find charts .github/data/version.txt config/crd/bases -type f -exec md5sum {} + | LC_ALL=C sort | md5sum | awk '{ print $1 }'
30
31
32
get_actions_md5() {
0 commit comments