Skip to content

Commit

Permalink
dbug message added - classification
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv-J <[email protected]>
  • Loading branch information
Dhruv-J committed Dec 30, 2024
1 parent 445d6b5 commit 62c67e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/cherry-pick-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fi
gh auth status

if git_status=$(git status --porcelain --untracked=no 2>/dev/null) && [[ -n "${git_status}" ]]; then
echo "!!! Dirty tree. Clean up and try again."
echo "!!! Dirty tree. Clean up and try again. DBUG-cherry"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ IMAGE_NAME="antrea/codegen:kubernetes-1.31.1-build.1"
# to the "safe" list in the Git config when starting the container (required
# because of user mismatch).
if git_status=$(git status --porcelain --untracked=no 2>/dev/null) && [[ -n "${git_status}" ]]; then
echoerr "!!! Dirty tree. Clean up and try again. DBUG"
echoerr "!!! Dirty tree. Clean up and try again. DBUG-hack"
exit 1
fi
# It is very common to have untracked files in a repository, so we only give a
Expand Down
2 changes: 1 addition & 1 deletion multicluster/hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ IMAGE_NAME="antrea/codegen:kubernetes-1.31.1-build.1"
# to the "safe" list in the Git config when starting the container (required
# because of user mismatch).
if git_status=$(git status --porcelain --untracked=no 2>/dev/null) && [[ -n "${git_status}" ]]; then
echoerr "!!! Dirty tree. Clean up and try again."
echoerr "!!! Dirty tree. Clean up and try again. DBUG-mc"
exit 1
fi
# It is very common to have untracked files in a repository, so we only give a
Expand Down

0 comments on commit 62c67e8

Please sign in to comment.