mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 12:42:52 -06:00
Remove debug
This commit is contained in:
parent
694fcd3a79
commit
451a1f498d
@ -25,8 +25,6 @@ check_dist() {
|
|||||||
if [[ $diff != "" ]]; then
|
if [[ $diff != "" ]]; then
|
||||||
local SHA=$(git rev-parse HEAD)
|
local SHA=$(git rev-parse HEAD)
|
||||||
echo "Commit '$SHA' produced different static assets than were committed"
|
echo "Commit '$SHA' produced different static assets than were committed"
|
||||||
echo $diff
|
|
||||||
echo $(git diff $DIST)
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user