Skip to content

Commit

Permalink
tree_status: show the git diff
Browse files Browse the repository at this point in the history
it is often the case that there's some git diff in hack/tree_status.sh in CI, but we don't know what it is. Fix this by printing it out when there is something different

Signed-off-by: Peter Hunt <pehunt@redhat.com>
  • Loading branch information
haircommander authored and openshift-cherrypick-robot committed Mar 22, 2020
1 parent a9102b6 commit d5d6a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/tree_status.sh
Expand Up @@ -9,5 +9,6 @@ else
echo "tree is dirty, please commit all changes"
echo ""
echo "$STATUS"
git diff
exit 1
fi

0 comments on commit d5d6a21

Please sign in to comment.