2020-02-04-ci-skip-in-commit-title-bad

栏目: IT技术 · 发布时间: 6年前

内容简介:A common way to keep a specific commit from triggering a build on continuous integration services, such as travis and circle (maybe others) is to useIf the skip directive is put in the commit message's first line, which is treated as the commit messageWhen
title date categories tags

TIL: putting [ci skip] in the commit message title breaks merge builds

2020-02-04 13:04:05 -0600

git

git

CI

builds

merges

commit-messages

skip

A common way to keep a specific commit from triggering a build on continuous integration services, such as travis and circle (maybe others) is to use [ci skip] or [skip ci] in the commit message.

If the skip directive is put in the commit message's first line, which is treated as the commit message title , it can cause problems for merges down the line.

When the list of commits is included in a merge commit's message body, the skip directive shows up, which causes the merge build to be skipped as well.

bad commit message:

[ci skip] fix some typos

The directive will show up in the merge commit message body in the list of commits.

good commit message:

updated the README

- fixed some typos and broken links

[ci skip]

Only the title shows up in the merge commit message body, the skip directive does not.


以上所述就是小编给大家介绍的《2020-02-04-ci-skip-in-commit-title-bad》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

TensorFlow:实战Google深度学习框架(第2版)

TensorFlow:实战Google深度学习框架(第2版)

顾思宇、梁博文、郑泽宇 / 电子工业出版社 / 2018-2-1 / 89

TensorFlow是谷歌2015年开源的主流深度学习框架,目前已得到广泛应用。《TensorFlow:实战Google深度学习框架(第2版)》为TensorFlow入门参考书,旨在帮助读者以快速、有效的方式上手TensorFlow和深度学习。书中省略了烦琐的数学模型推导,从实际应用问题出发,通过具体的TensorFlow示例介绍如何使用深度学习解决实际问题。书中包含深度学习的入门知识和大量实践经......一起来看看 《TensorFlow:实战Google深度学习框架(第2版)》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具