We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4284267 commit 72279d8Copy full SHA for 72279d8
build/self-signer-utility.sh
@@ -8,4 +8,5 @@ lastCommit=$(git rev-parse @~)
8
git diff "${lastCommit}" "${currentCommit}" cockroachdb/values.yaml | grep -w "$tag" | grep +
9
if [[ $? -eq 0 ]]; then
10
echo "You have changed the tag of selfSigner utility"
11
+ git diff "${lastCommit}" "${currentCommit}" cockroachdb/values.yaml
12
fi
0 commit comments