continuous integration - How to specify the submodule branch in gitlab-ci? -
how specify branch in .gitlab-ci.yml submodule (different repo) in gitlab-ci?
you don't. specify in .gitmodule file of project building.
[submodule "myrepo"] path = myrepo url = https://github.com/vendor/myrepo.git branch = master
Comments
Post a Comment