diff --git a/build/deploy.sh b/build/deploy.sh index 67d3bd8a..2b73f5b6 100644 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -24,6 +24,6 @@ git reset upstream/master mv ../../json . git add json/ -git commit -m "rebuild JSON at ${rev}" +git commit -m "rebuild JSON at ${rev}" -m "[ci skip]" git push upstream HEAD:master