Loading .gitlab-ci.yml +4 −0 Original line number Original line Diff line number Diff line stages: stages: - auto-merge-main - update-from-upstream - update-from-upstream include: include: - project: 'e/templates' ref: master file: '/gitlab-ci/.gitlab-ci-auto-merge-main.yml' - project: 'e/templates' - project: 'e/templates' ref: master ref: master file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' Loading Loading
.gitlab-ci.yml +4 −0 Original line number Original line Diff line number Diff line stages: stages: - auto-merge-main - update-from-upstream - update-from-upstream include: include: - project: 'e/templates' ref: master file: '/gitlab-ci/.gitlab-ci-auto-merge-main.yml' - project: 'e/templates' - project: 'e/templates' ref: master ref: master file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' Loading