Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
9
pkg/can-go/tools/git-verify-nodiff/git-verify-nodiff.bash
Executable file
9
pkg/can-go/tools/git-verify-nodiff/git-verify-nodiff.bash
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [[ -n $(git status --porcelain) ]]; then
|
||||
echo "Staging area is dirty, please add all files created by the build to .gitignore"
|
||||
git diff --patch
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user