瀏覽代碼

Skip CI when slurping with git

Alois Mahdal 4 年之前
父節點
當前提交
3bd4d3701a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      dotfiles/gittum/bin/slurp

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

92
     #
92
     #
93
     if $force_push || allowed_push;
93
     if $force_push || allowed_push;
94
     then
94
     then
95
-        git push
95
+        git push -o ci.skip
96
     fi
96
     fi
97
 }
97
 }
98
 
98