Azure功能和子模块

时间:2017-10-02 23:23:55

标签: git azure azure-functions

所以,让我们说我有一个Azure函数,每个函数都是它自己的repo子模块。

到目前为止,我的.gitmodules看起来像这样:

[submodule "project1"] path = project1 url = git@gitlab.danj.net:app/project1.git

我的Application Settings

SCM_REPOSITORY_PATH: ..\repository SCM_TARGET_PATH: ..\..\site\wwwroot

我的自托管GitLab实例上的部署密钥具有来自api/sshkey?ensurePublicKey=1端点的SSH密钥。好的,一切都好,对吗?

GitLab repo说克隆了,但是当我访问Azure Functions时,我没有列出任何内容。我应该有一个PowerShell和JavaScript函数。

网站: https://testcenter123.scm.azurewebsites.net

有一点需要注意:在这个自托管的GitLab实例上,我将项目置于组命名空间下(就像GitHub的orgs一样)。因此,不是git@gitlab.mysite.com:user_1/repo.git,而是git@gitlab.mysite.com:a_group/repo.git

我做错了什么?

0 个答案:

没有答案