Loading .gitlab-ci.yml +20 −7 Original line number Original line Diff line number Diff line stages: include: - deploy - 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 deploy: - project: osl/code/org.etsi.osl.main stage: deploy ref: 12-update-gitlab-ci-file-to-use-inherited-jobs-from-main image: maven:3.9.5-ibm-semeru-17-focal file: script: - ci-templates/default.yml - mvn deploy -s ci_settings.xml -DskipTests - ci-templates/build_unprotected.yml except: - main - develop maven_build: extends: .maven_build Loading
.gitlab-ci.yml +20 −7 Original line number Original line Diff line number Diff line stages: include: - deploy - 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 deploy: - project: osl/code/org.etsi.osl.main stage: deploy ref: 12-update-gitlab-ci-file-to-use-inherited-jobs-from-main image: maven:3.9.5-ibm-semeru-17-focal file: script: - ci-templates/default.yml - mvn deploy -s ci_settings.xml -DskipTests - ci-templates/build_unprotected.yml except: - main - develop maven_build: extends: .maven_build