Преглед изворни кода

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