瀏覽代碼

Skip CI when slurping with git

Alois Mahdal 2 年之前
父節點
當前提交
3bd4d3701a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/gittum/bin/slurp

+ 1
- 1
dotfiles/gittum/bin/slurp 查看文件

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