Skip to content

Commit 72279d8

Browse files
committed
Add debug line to self-signer check.
1 parent 4284267 commit 72279d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/self-signer-utility.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ lastCommit=$(git rev-parse @~)
88
git diff "${lastCommit}" "${currentCommit}" cockroachdb/values.yaml | grep -w "$tag" | grep +
99
if [[ $? -eq 0 ]]; then
1010
echo "You have changed the tag of selfSigner utility"
11+
git diff "${lastCommit}" "${currentCommit}" cockroachdb/values.yaml
1112
fi

0 commit comments

Comments
 (0)