1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

fix GitHub pages publishing dir

This commit is contained in:
Jim Bugwadia 2019-05-12 15:20:12 -07:00
parent 4124fc7d79
commit b251cd0e6f

View file

@ -2,8 +2,6 @@
DIR=$(dirname "$0")
cd $DIR/..
if [[ $(git status -s) ]]
then
echo "The working directory is dirty. Please commit any pending changes."