From a6c56737c9a145a40d6cbc8a173575c864cae672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E7=8B=A9?= <923568791@qq.com> Date: Thu, 1 Jul 2021 07:36:32 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90Gitee=E5=85=AB=E5=91=A8=E5=B9=B4?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E3=80=91=E5=85=B3=E4=BA=8E=20PR=20=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E8=A1=A5=E5=85=85=201.=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=B1=95=E7=A4=BA=E7=9A=84=E6=88=AA=E5=9B=BE?= =?UTF-8?q?=EF=BC=9B=202.=E8=A1=A5=E5=85=85=20Gitee=20DevOps=20=E5=B0=8F?= =?UTF-8?q?=E8=8A=82=E7=9A=84=E6=8F=8F=E8=BF=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...4\347\254\254\344\270\200\344\270\252 Pull Request.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/\347\254\254\344\270\211\351\203\250\345\210\206\357\274\232\345\260\235\350\257\225\345\217\202\344\270\216\345\274\200\346\272\220/\347\254\254 7 \345\260\217\350\212\202\357\274\232\346\217\220\344\272\244\347\254\254\344\270\200\344\270\252 Pull Request.md" "b/\347\254\254\344\270\211\351\203\250\345\210\206\357\274\232\345\260\235\350\257\225\345\217\202\344\270\216\345\274\200\346\272\220/\347\254\254 7 \345\260\217\350\212\202\357\274\232\346\217\220\344\272\244\347\254\254\344\270\200\344\270\252 Pull Request.md" index 13e2d6e..cefc8b1 100644 --- "a/\347\254\254\344\270\211\351\203\250\345\210\206\357\274\232\345\260\235\350\257\225\345\217\202\344\270\216\345\274\200\346\272\220/\347\254\254 7 \345\260\217\350\212\202\357\274\232\346\217\220\344\272\244\347\254\254\344\270\200\344\270\252 Pull Request.md" +++ "b/\347\254\254\344\270\211\351\203\250\345\210\206\357\274\232\345\260\235\350\257\225\345\217\202\344\270\216\345\274\200\346\272\220/\347\254\254 7 \345\260\217\350\212\202\357\274\232\346\217\220\344\272\244\347\254\254\344\270\200\344\270\252 Pull Request.md" @@ -239,7 +239,7 @@ GitHub 提供了一份审核原则,帮助大家更加友好高效地进行 PR 具体步骤如下图所示。 -![image-20210630162703535](/Users/didi/Pictures/xs/PR-GiteeCR.png) +![输入图片说明](https://images.gitee.com/uploads/images/2021/0701/153036_247bbc53_1899066.png "屏幕截图.png") ## Pull Request 持续集成与部署 @@ -271,17 +271,17 @@ GitHub 提供了 GitHub Actions 功能,通过构建 workflow、job、step、ac 如下图所示,在仓库下点击 Actions 页面,可以通过“set up a workflow yourself”创建一个自定义流程,也可以从下方选择对应的 Action 成品。 -![image-20210630150737003](/Users/didi/Pictures/xs/PR-GitHubAction.png) +![输入图片说明](https://images.gitee.com/uploads/images/2021/0701/153011_d625f1ff_1899066.png "屏幕截图.png") 此外,GitHub 还提供了 [Actions 集市(Actions Marketplace)](https://github.com/marketplace?type=actions),集市中囊括了所有 Action。你可以从集市中挑选你需要的 Action 成品,也可以将自己构建好的 Action 通过集市分享出来。 **Gitee DevOps** -Gitee 平台 +Gitee 提供了 Gitee DevOps 功能,通过集成第三方服务来实现 CI/CD 的操作。 如下图所示,Gitee 平台目前支持:Gitee Go、百度效率云、腾讯云托管、腾讯云 Serverless、Jenkins for Gitee 等集成方式。 -![PR-GiteeDevOps](/Users/didi/Pictures/xs/PR-GiteeDevOps.png) +![输入图片说明](https://images.gitee.com/uploads/images/2021/0701/153021_0701f7f6_1899066.png "屏幕截图.png") ## 本部分内容贡献者 -- Gitee