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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -