我需要关于gitlab跑步者的帮助。我需要克隆gitlab的另一个存储库,运行程序就是在这里启动的。
例如: CI runner runner-repo-在repo中执行的-a,我需要在中克隆repo-b。
现在我有:
GO_CHEF: git.developers.mycompany.com/chef/myrepo-chef-repo.git
[...]
Update databags:
stage: update
script:
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.developers.mycompany.com:".insteadOf "https://git.developers.mycompany.com"
- go get -u ${GO_CHEF}这是一个错误:
package git.developers.mycompany.com/chef/myrepo-chef-repo.git: cannot download,
git://git.developers.mycompany.com/chef/myrepo-chef-repo uses insecure protocol致以敬意,
https://stackoverflow.com/questions/63456125
复制相似问题