mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Debugging
This commit is contained in:
parent
1958965c36
commit
7e5d8eaf05
@ -26,7 +26,7 @@ check_dist() {
|
|||||||
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 $diff
|
||||||
git diff $DIST
|
echo $(git diff $DIST)
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user