File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2727 run : ./code-generator/generate.sh
2828 - name : Fix changed CRDs
2929 run : |
30- for group in $(git diff --name-only origin/main -- ./custom-resources | grep lib.rs | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} basename {} | sort --unique); do
30+ for group in $(git diff --name-only origin/main -- ./custom-resources | grep --fixed-strings '.rs' | grep --invert-match lib.rs | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} dirname {} | xargs --no-run-if-empty -I{} basename {} | sort --unique); do
3131 echo "trying to fix ${group}"
3232 if [ -f "./custom-resources/${group}/src/lib.rs" ]; then
3333 ./code-generator/fix-cargo-warnings.sh "${group}"
You can’t perform that action at this time.
0 commit comments