소스 검색

Skip CI when slurping with git

Alois Mahdal 3 년 전
부모
커밋
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