@@ -92,7 +92,7 @@ go_push() {
#
if $force_push || allowed_push;
then
- git push
+ git push -o ci.skip
fi
}