【发布时间】:2021-09-03 12:33:04
【问题描述】:
我们在Orange有一份to-be-continuous,目前是这样使用的:
include:
# Python template
- project: "to-be-continuous/python"
ref: "1.2.2"
file: "/templates/gitlab-ci-python.yml"
但是我不知道同步如何与 Orange 存储库一起工作,我认为最好让所有项目直接包含 gitlab.com 链接以便更快地访问新功能,你怎么看,你期望有任何问题、安全性或运营方面的问题吗?
include:
# Python template
- remote: 'https://gitlab.com/to-be-continuous/python/-/raw/1.2.2/templates/gitlab-ci-python.yml'
【问题讨论】:
标签: gitlab include to-be-continuous