Skip to content

Commit

Permalink
ci: show dirtiness after regenerating protos
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Mar 23, 2022
1 parent 6c3ccd8 commit 0634c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/go/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pushd go
make generate
if [ -n "$(git status --porcelain)" ]; then
echo -e "${RED}ERROR: go/ directory is dirty after 'go generate'${OFF}"
git diff
exit 1
fi

Expand Down
1 change: 1 addition & 0 deletions .changelog/4598.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: Show dirtiness after regenerating protos

0 comments on commit 0634c26

Please sign in to comment.