Skip to content

Commit

Permalink
Skip check of auto-generated files when in nnf-deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Aug 29, 2024
1 parent 274808b commit ddc3d2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/release-all/release-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,9 @@ check_repo_master() {

clone_checkout_fresh_workarea "$repo_name" "$repo_url" "$default_branch" "$indent"

check_auto_gens "$indent"
if [[ $repo_short_name != nnf_deploy ]]; then
check_auto_gens "$indent"
fi
verify_clean_workarea "$indent"
verify_crd_conversions "$indent"

Expand Down

0 comments on commit ddc3d2e

Please sign in to comment.