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,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