Loading .gitlab-ci.yml +21 −7 Original line number Diff line number Diff line stages: - deploy 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 deploy: stage: deploy image: maven:3.9.5-ibm-semeru-17-focal script: - mvn deploy -s ci_settings.xml -DskipTests Loading
.gitlab-ci.yml +21 −7 Original line number Diff line number Diff line stages: - deploy 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 deploy: stage: deploy image: maven:3.9.5-ibm-semeru-17-focal script: - mvn deploy -s ci_settings.xml -DskipTests