Browse Source

Skip CI when slurping with git

Alois Mahdal 2 years ago
parent
commit
3bd4d3701a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/gittum/bin/slurp

+ 1
- 1
dotfiles/gittum/bin/slurp View File

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