Loading .gitlab-ci.yml +17 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,23 @@ include: file: - ci-templates/default.yml - ci-templates/build.yml only: - main - develop - project: osl/code/org.etsi.osl.main ref: 12-update-gitlab-ci-file-to-use-inherited-jobs-from-main file: - ci-templates/default.yml - ci-templates/build_unprotected.yml except: - main - develop maven_build: extends: .maven_build docker_build: extends: .docker_build needs: - maven_build Loading
.gitlab-ci.yml +17 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,23 @@ include: file: - ci-templates/default.yml - ci-templates/build.yml only: - main - develop - project: osl/code/org.etsi.osl.main ref: 12-update-gitlab-ci-file-to-use-inherited-jobs-from-main file: - ci-templates/default.yml - ci-templates/build_unprotected.yml except: - main - develop maven_build: extends: .maven_build docker_build: extends: .docker_build needs: - maven_build