Skip to content

Commit

Permalink
Skip check of auto-generated files when in nnf-deploy (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe authored Aug 29, 2024
1 parent c6cfbc0 commit a8f6e25
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 @@ -567,7 +567,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 a8f6e25

Please sign in to comment.