java - Gitlab-CI not recognize the yml on the folders -
so have multiple folders inside empty idea project , each folder has pom.xml.
i need deploy each folder separately gitlab ci recognize main folder empty project.
if understand achitecture well, should have separate git repository each of folders in parent idea project.
it :
/rootproject |- gitrepo1 |- .gitlab-ci.yml |- gitrepo2 |- .gitlab-ci.yml |- gitrepo3 |- .gitlab-ci.yml
this way can have separate ci pipelines , deployments each subfolder.
there open issue considering possibility change default location of .gitlab-ci.yml file, not yet available : https://gitlab.com/gitlab-org/gitlab-ce/issues/15041
wiki
Comments
Post a Comment