Skip to content

Commit

Permalink
rename scripts to make tab completion easier
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 11, 2023
1 parent f5f2fa0 commit 5ccd0b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions code-generator/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FILTER="${1:-}"
cargo run --package code-generator --bin crd_v1_fetcher "${FILTER}"
cargo run --package code-generator --bin dep5_generator
find ./crd-catalog -name 'fixup.sh' -type f -exec {} \;
./code-generator/generate-custom-resources.sh "${FILTER}"
./code-generator/generate-mod-rs-files.sh
./code-generator/create-custom-resources.sh "${FILTER}"
./code-generator/create-mod-rs-files.sh
./code-generator/adjust-cargo-toml.sh
cargo run --package code-generator --bin lib_rs_generator

0 comments on commit 5ccd0b9

Please sign in to comment.