mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-18 08:07:03 +01:00
Figure out what is failing
This commit is contained in:
@@ -25,6 +25,7 @@ check_dist() {
|
||||
if [[ $diff != "" ]]; then
|
||||
local SHA=$(git rev-parse HEAD)
|
||||
echo "Commit '$SHA' produced different static assets than were committed"
|
||||
echo $diff
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user