Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Continuous integration github存储库中的CI/CD_Continuous Integration - Fatal编程技术网

Continuous integration github存储库中的CI/CD

Continuous integration github存储库中的CI/CD,continuous-integration,Continuous Integration,我想创建一个简单的CI/CD github系统,用于学术目的和更好地理解该系统。我想知道如何检查存储库是否已更新,或者如何在每次提交时调用和API。我曾考虑过使用github操作,但我认为如果我可以在系统中进行这种配置,而不是在github上的每个存储库中进行配置,那就更好了。谢谢你的帮助

我想创建一个简单的CI/CD github系统,用于学术目的和更好地理解该系统。我想知道如何检查存储库是否已更新,或者如何在每次提交时调用和API。我曾考虑过使用github操作,但我认为如果我可以在系统中进行这种配置,而不是在github上的每个存储库中进行配置,那就更好了。谢谢你的帮助