Loading .gitlab-ci.yml 0 → 100644 +26 −0 Original line number Diff line number Diff line include: - 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.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 Dockerfile.oasapi→Dockerfile +0 −0 File moved. View file Loading
.gitlab-ci.yml 0 → 100644 +26 −0 Original line number Diff line number Diff line include: - 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.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